Html Css Color HEX #E88478 Geraldine

📋 copy color: '#E88478'

red 232 ◦ green 132 ◦ blue 120

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

Shades of Geraldine #E88478

Tints of Geraldine #E88478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 47.93%
G = 27.27%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E88478 (or 0xE88478) is known color: Geraldine. HEX triplet: E8, 84 and 78. RGB value is (232,132,120). Sum of RGB (Red+Green+Blue) = 232+132+120=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E88478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88478 is #177B87. Grayscale: #A0A0A0. Windows color (decimal): -1538952 or 7898344. OLE color: 7898344.

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

Color convert

RGB 232 132 120 -
CMYK 0 0.43 0.48 0.09
HSL 6.43º 0.71% 0.69% -
HSV(B) 6.43º 0.48% 0.91% -
XYZ 44.92 35.01 22.16 -
YUV 160.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 232 132 120 0 0.43 0.48 0.09 6.43 0.71 0.69
Hex E8 84 78 0 2B 30 9 6 47 45
Octal 350 204 170 0 53 60 11 6 107 105
Binary 11101000 10000100 1111000 0 101011 110000 1001 110 1000111 1000101

Color Harmonies of #E88478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88478

Black with #E88478

Text Example


Text Example

White with #E88478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88478; }

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

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

background-color css

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

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

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

border-color css

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

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

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