Html Css Color HEX #EE7F77 Geraldine

📋 copy color: '#EE7F77'

red 238 ◦ green 127 ◦ blue 119

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

Shades of Geraldine #EE7F77

Tints of Geraldine #EE7F77

RGB

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

 GREEN value IS 127 (50% from 255) = 26.24%

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 49.17%
G = 26.24%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE7F77 (or 0xEE7F77) is known color: Geraldine. HEX triplet: EE, 7F and 77. RGB value is (238,127,119). Sum of RGB (Red+Green+Blue) = 238+127+119=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F77 is #118088. Grayscale: #9F9F9F. Windows color (decimal): -1147017 or 7831534. OLE color: 7831534.

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

Color convert

RGB 238 127 119 -
CMYK 0 0.47 0.50 0.07
HSL 4.03º 0.78% 0.7% -
HSV(B) 4.03º 0.5% 0.93% -
XYZ 46.18 34.69 21.71 -
YUV 159.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 238 127 119 0 0.47 0.50 0.07 4.03 0.78 0.7
Hex EE 7F 77 0 2F 32 7 4 4E 46
Octal 356 177 167 0 57 62 7 4 116 106
Binary 11101110 1111111 1110111 0 101111 110010 111 100 1001110 1000110

Color Harmonies of #EE7F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7F77

Black with #EE7F77

Text Example


Text Example

White with #EE7F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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