Html Css Color HEX #EE8172 Geraldine

📋 copy color: '#EE8172'

red 238 ◦ green 129 ◦ blue 114

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

Shades of Geraldine #EE8172

Tints of Geraldine #EE8172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.82%

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 49.48%
G = 26.82%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE8172 (or 0xEE8172) is known color: Geraldine. HEX triplet: EE, 81 and 72. RGB value is (238,129,114). Sum of RGB (Red+Green+Blue) = 238+129+114=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8172 is #117E8D. Grayscale: #A0A0A0. Windows color (decimal): -1146510 or 7504366. OLE color: 7504366.

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

Color convert

RGB 238 129 114 -
CMYK 0 0.46 0.52 0.07
HSL 7.26º 0.78% 0.69% -
HSV(B) 7.26º 0.52% 0.93% -
XYZ 46.15 35.09 20.26 -
YUV 159.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 238 129 114 0 0.46 0.52 0.07 7.26 0.78 0.69
Hex EE 81 72 0 2E 34 7 7 4E 45
Octal 356 201 162 0 56 64 7 7 116 105
Binary 11101110 10000001 1110010 0 101110 110100 111 111 1001110 1000101

Color Harmonies of #EE8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8172

Black with #EE8172

Text Example


Text Example

White with #EE8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8172; }

 p { color: rgb(238,129,114); }

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

background-color css

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

 a { background-color: rgb(238,129,114); }

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

border-color css

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

 span { border-color: rgb(238,129,114); }

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