Html Css Color HEX #EE8175 Geraldine

📋 copy color: '#EE8175'

red 238 ◦ green 129 ◦ blue 117

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

Shades of Geraldine #EE8175

Tints of Geraldine #EE8175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 49.17%
G = 26.65%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE8175 (or 0xEE8175) is known color: Geraldine. HEX triplet: EE, 81 and 75. RGB value is (238,129,117). Sum of RGB (Red+Green+Blue) = 238+129+117=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8175 is #117E8A. Grayscale: #A0A0A0. Windows color (decimal): -1146507 or 7700974. OLE color: 7700974.

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

Color convert

RGB 238 129 117 -
CMYK 0 0.46 0.51 0.07
HSL 5.95º 0.78% 0.7% -
HSV(B) 5.95º 0.51% 0.93% -
XYZ 46.32 35.16 21.18 -
YUV 160.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 238 129 117 0 0.46 0.51 0.07 5.95 0.78 0.7
Hex EE 81 75 0 2E 33 7 6 4E 46
Octal 356 201 165 0 56 63 7 6 116 106
Binary 11101110 10000001 1110101 0 101110 110011 111 110 1001110 1000110

Color Harmonies of #EE8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8175

Black with #EE8175

Text Example


Text Example

White with #EE8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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