Html Css Color HEX #EE7978 Geraldine

📋 copy color: '#EE7978'

red 238 ◦ green 121 ◦ blue 120

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

Shades of Geraldine #EE7978

Tints of Geraldine #EE7978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 49.69%
G = 25.26%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE7978 (or 0xEE7978) is known color: Geraldine. HEX triplet: EE, 79 and 78. RGB value is (238,121,120). Sum of RGB (Red+Green+Blue) = 238+121+120=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7978 is #118687. Grayscale: #9B9B9B. Windows color (decimal): -1148552 or 7895534. OLE color: 7895534.

HSL color Cylindrical-coordinate representation of color #EE7978: hue angle of 0.51º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7978 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 121 120 -
CMYK 0 0.49 0.50 0.07
HSL 0.51º 0.78% 0.7% -
HSV(B) 0.51º 0.5% 0.93% -
XYZ 45.49 33.21 21.78 -
YUV 155.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 238 121 120 0 0.49 0.50 0.07 0.51 0.78 0.7
Hex EE 79 78 0 31 32 7 1 4E 46
Octal 356 171 170 0 61 62 7 1 116 106
Binary 11101110 1111001 1111000 0 110001 110010 111 1 1001110 1000110

Color Harmonies of #EE7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7978

Black with #EE7978

Text Example


Text Example

White with #EE7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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