Html Css Color HEX #E87575 Geraldine

📋 copy color: '#E87575'

red 232 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #E87575

Tints of Geraldine #E87575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

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

R = 49.79%
G = 25.11%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E87575 (or 0xE87575) is known color: Geraldine. HEX triplet: E8, 75 and 75. RGB value is (232,117,117). Sum of RGB (Red+Green+Blue) = 232+117+117=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E87575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87575 is #178A8A. Grayscale: #979797. Windows color (decimal): -1542795 or 7697896. OLE color: 7697896.

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

Color convert

RGB 232 117 117 -
CMYK 0 0.50 0.50 0.09
HSL 0.71% 0.68% -
HSV(B) 0.5% 0.91% -
XYZ 42.85 31.16 20.59 -
YUV 151.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 232 117 117 0 0.50 0.50 0.09 0 0.71 0.68
Hex E8 75 75 0 32 32 9 0 47 44
Octal 350 165 165 0 62 62 11 0 107 104
Binary 11101000 1110101 1110101 0 110010 110010 1001 0 1000111 1000100

Color Harmonies of #E87575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87575

Black with #E87575

Text Example


Text Example

White with #E87575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87575; }

 p { color: rgb(232,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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