#E27870

Color #E27870 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #E27870

Tints of Geraldine #E27870

Color information

#E27870 (or 0xE27870) is unknown color: approx Geraldine. HEX triplet: E2, 78 and 70. RGB value is (226,120,112). Sum of RGB (Red+Green+Blue) = 226+120+112=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E27870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27870 is #1D878F. Grayscale: #969696. Windows color (decimal): -1935248 or 7370978. OLE color: 7370978.

HSL color Cylindrical-coordinate representation of color #E27870: hue angle of 4.21º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27870 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB226120112-
CMYK00.470.500.11
HSL4.21º66.28%66.27%-
HSV(B)4.21º50.44%88.63%-
XYZ41.0130.7719.11-
YUV150.78106.12181.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 112 (44.14% from 255) = 24.45%
R=49.34%
G=26.20%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612011200.470.500.114.2166.2866.27
HexE2787002F32B44242
Octal34217016005762134102102
Binary11100010111100011100000101111110010101110010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27870; }

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

 H1.HeaderClassName
 {
   color: #E27870;
 }
 .AnyTagClassName
 {
   color: #E27870;
 }
</style>
background-color css

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

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

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

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

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

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