Html Css Color HEX #E87870 Geraldine

📋 copy color: '#E87870'

red 232 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #E87870

Tints of Geraldine #E87870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.86%

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

R = 50%
G = 25.86%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E87870 (or 0xE87870) is known color: Geraldine. HEX triplet: E8, 78 and 70. RGB value is (232,120,112). Sum of RGB (Red+Green+Blue) = 232+120+112=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E87870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87870 is #17878F. Grayscale: #989898. Windows color (decimal): -1542032 or 7370984. OLE color: 7370984.

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

Color convert

RGB 232 120 112 -
CMYK 0 0.48 0.52 0.09
HSL 0.72% 0.67% -
HSV(B) 0.52% 0.91% -
XYZ 42.92 31.76 19.2 -
YUV 152.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 232 120 112 0 0.48 0.52 0.09 4 0.72 0.67
Hex E8 78 70 0 30 34 9 4 48 43
Octal 350 170 160 0 60 64 11 4 110 103
Binary 11101000 1111000 1110000 0 110000 110100 1001 100 1001000 1000011

Color Harmonies of #E87870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87870

Black with #E87870

Text Example


Text Example

White with #E87870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87870; }

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

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

background-color css

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

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

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

border-color css

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

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

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