Html Css Color HEX #EE7971 Geraldine

📋 copy color: '#EE7971'

red 238 ◦ green 121 ◦ blue 113

#EE7971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EE7971

Tints of Geraldine #EE7971

RGB

 RED value IS 238 (93.36% from 255) = 50.42%

 GREEN value IS 121 (47.66% from 255) = 25.64%

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 50.42%
G = 25.64%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE7971 (or 0xEE7971) is known color: Geraldine. HEX triplet: EE, 79 and 71. RGB value is (238,121,113). Sum of RGB (Red+Green+Blue) = 238+121+113=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7971 is #11868E. Grayscale: #9B9B9B. Windows color (decimal): -1148559 or 7436782. OLE color: 7436782.

HSL color Cylindrical-coordinate representation of color #EE7971: hue angle of 3.84º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7971 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 121 113 -
CMYK 0 0.49 0.53 0.07
HSL 3.84º 0.79% 0.69% -
HSV(B) 3.84º 0.53% 0.93% -
XYZ 45.08 33.04 19.63 -
YUV 155.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 238 121 113 0 0.49 0.53 0.07 3.84 0.79 0.69
Hex EE 79 71 0 31 35 7 4 4F 45
Octal 356 171 161 0 61 65 7 4 117 105
Binary 11101110 1111001 1110001 0 110001 110101 111 100 1001111 1000101

Color Harmonies of #EE7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7971

Black with #EE7971

Text Example


Text Example

White with #EE7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7971; }

 p { color: rgb(238,121,113); }

 H1.HeaderClassName
 {
   color: #EE7971;
 }
 .AnyTagClassName
 {
   color: #EE7971;
 }
</style>

background-color css

<style>
 a { background-color: #EE7971; }

 a { background-color: rgb(238,121,113); }

 div.DivClassName
 {
   background-color: #EE7971;
 }
 .BgClassName
 {
   background-color: #EE7971;
 }
</style>

border-color css

<style>
 span { border-color: #EE7971; }

 span { border-color: rgb(238,121,113); }

 td.TdClassName
 {
   border-color: #EE7971;
 }
 .TagClassName
 {
   border-color: #EE7971;
 }
</style>