Html Css Color HEX #EE7770 Geraldine

📋 copy color: '#EE7770'

red 238 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #EE7770

Tints of Geraldine #EE7770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 50.75%
G = 25.37%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE7770 (or 0xEE7770) is known color: Geraldine. HEX triplet: EE, 77 and 70. RGB value is (238,119,112). Sum of RGB (Red+Green+Blue) = 238+119+112=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7770 is #11888F. Grayscale: #999999. Windows color (decimal): -1149072 or 7370734. OLE color: 7370734.

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

Color convert

RGB 238 119 112 -
CMYK 0 0.50 0.53 0.07
HSL 3.33º 0.79% 0.69% -
HSV(B) 3.33º 0.53% 0.93% -
XYZ 44.78 32.54 19.25 -
YUV 153.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 238 119 112 0 0.50 0.53 0.07 3.33 0.79 0.69
Hex EE 77 70 0 32 35 7 3 4F 45
Octal 356 167 160 0 62 65 7 3 117 105
Binary 11101110 1110111 1110000 0 110010 110101 111 11 1001111 1000101

Color Harmonies of #EE7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7770

Black with #EE7770

Text Example


Text Example

White with #EE7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7770; }

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

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

background-color css

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

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

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

border-color css

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

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

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