Html Css Color HEX #E88070 Geraldine

📋 copy color: '#E88070'

red 232 ◦ green 128 ◦ blue 112

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

Shades of Geraldine #E88070

Tints of Geraldine #E88070

RGB

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

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

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

R = 49.15%
G = 27.12%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E88070 (or 0xE88070) is known color: Geraldine. HEX triplet: E8, 80 and 70. RGB value is (232,128,112). Sum of RGB (Red+Green+Blue) = 232+128+112=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E88070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88070 is #177F8F. Grayscale: #9D9D9D. Windows color (decimal): -1539984 or 7373032. OLE color: 7373032.

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

Color convert

RGB 232 128 112 -
CMYK 0 0.45 0.52 0.09
HSL 0.72% 0.67% -
HSV(B) 0.52% 0.91% -
XYZ 43.92 33.76 19.53 -
YUV 157.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 232 128 112 0 0.45 0.52 0.09 8 0.72 0.67
Hex E8 80 70 0 2D 34 9 8 48 43
Octal 350 200 160 0 55 64 11 10 110 103
Binary 11101000 10000000 1110000 0 101101 110100 1001 1000 1001000 1000011

Color Harmonies of #E88070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88070

Black with #E88070

Text Example


Text Example

White with #E88070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88070; }

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

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

background-color css

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

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

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

border-color css

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

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

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