Html Css Color HEX #E88278 Geraldine

📋 copy color: '#E88278'

red 232 ◦ green 130 ◦ blue 120

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

Shades of Geraldine #E88278

Tints of Geraldine #E88278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 48.13%
G = 26.97%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E88278 (or 0xE88278) is known color: Geraldine. HEX triplet: E8, 82 and 78. RGB value is (232,130,120). Sum of RGB (Red+Green+Blue) = 232+130+120=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E88278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88278 is #177D87. Grayscale: #9F9F9F. Windows color (decimal): -1539464 or 7897832. OLE color: 7897832.

HSL color Cylindrical-coordinate representation of color #E88278: hue angle of 5.36º 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 #E88278 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 120 -
CMYK 0 0.44 0.48 0.09
HSL 5.36º 0.71% 0.69% -
HSV(B) 5.36º 0.48% 0.91% -
XYZ 44.65 34.48 22.07 -
YUV 159.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 232 130 120 0 0.44 0.48 0.09 5.36 0.71 0.69
Hex E8 82 78 0 2C 30 9 5 47 45
Octal 350 202 170 0 54 60 11 5 107 105
Binary 11101000 10000010 1111000 0 101100 110000 1001 101 1000111 1000101

Color Harmonies of #E88278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88278

Black with #E88278

Text Example


Text Example

White with #E88278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88278; }

 p { color: rgb(232,130,120); }

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

background-color css

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

 a { background-color: rgb(232,130,120); }

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

border-color css

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

 span { border-color: rgb(232,130,120); }

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