Html Css Color HEX #EE7776 Geraldine

📋 copy color: '#EE7776'

red 238 ◦ green 119 ◦ blue 118

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

Shades of Geraldine #EE7776

Tints of Geraldine #EE7776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.05%

 BLUE value IS 118 (46.48% from 255) = 24.84%

R = 50.11%
G = 25.05%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE7776 (or 0xEE7776) is known color: Geraldine. HEX triplet: EE, 77 and 76. RGB value is (238,119,118). Sum of RGB (Red+Green+Blue) = 238+119+118=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7776 is #118889. Grayscale: #9A9A9A. Windows color (decimal): -1149066 or 7763950. OLE color: 7763950.

HSL color Cylindrical-coordinate representation of color #EE7776: hue angle of 0.5º 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 #EE7776 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 119 118 -
CMYK 0 0.50 0.50 0.07
HSL 0.5º 0.78% 0.7% -
HSV(B) 0.5º 0.5% 0.93% -
XYZ 45.13 32.68 21.07 -
YUV 154.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 238 119 118 0 0.50 0.50 0.07 0.5 0.78 0.7
Hex EE 77 76 0 32 32 7 0 4E 46
Octal 356 167 166 0 62 62 7 0 116 106
Binary 11101110 1110111 1110110 0 110010 110010 111 0 1001110 1000110

Color Harmonies of #EE7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7776

Black with #EE7776

Text Example


Text Example

White with #EE7776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7776; }

 p { color: rgb(238,119,118); }

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

background-color css

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

 a { background-color: rgb(238,119,118); }

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

border-color css

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

 span { border-color: rgb(238,119,118); }

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