Html Css Color HEX #E88079 Geraldine

📋 copy color: '#E88079'

red 232 ◦ green 128 ◦ blue 121

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

Shades of Geraldine #E88079

Tints of Geraldine #E88079

RGB

 RED value IS 232 (91.02% from 255) = 48.23%

 GREEN value IS 128 (50.39% from 255) = 26.61%

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 48.23%
G = 26.61%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E88079 (or 0xE88079) is known color: Geraldine. HEX triplet: E8, 80 and 79. RGB value is (232,128,121). Sum of RGB (Red+Green+Blue) = 232+128+121=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E88079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88079 is #177F86. Grayscale: #9E9E9E. Windows color (decimal): -1539975 or 7962856. OLE color: 7962856.

HSL color Cylindrical-coordinate representation of color #E88079: hue angle of 3.78º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E88079 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 121 -
CMYK 0 0.45 0.48 0.09
HSL 3.78º 0.71% 0.69% -
HSV(B) 3.78º 0.48% 0.91% -
XYZ 44.45 33.97 22.3 -
YUV 158.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 232 128 121 0 0.45 0.48 0.09 3.78 0.71 0.69
Hex E8 80 79 0 2D 30 9 4 47 45
Octal 350 200 171 0 55 60 11 4 107 105
Binary 11101000 10000000 1111001 0 101101 110000 1001 100 1000111 1000101

Color Harmonies of #E88079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88079

Black with #E88079

Text Example


Text Example

White with #E88079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88079; }

 p { color: rgb(232,128,121); }

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

background-color css

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

 a { background-color: rgb(232,128,121); }

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

border-color css

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

 span { border-color: rgb(232,128,121); }

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