#EB7870

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

Shades of Geraldine #EB7870

Tints of Geraldine #EB7870

Color information

#EB7870 (or 0xEB7870) is unknown color: approx Geraldine. HEX triplet: EB, 78 and 70. RGB value is (235,120,112). Sum of RGB (Red+Green+Blue) = 235+120+112=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7870 is #14878F. Grayscale: #999999. Windows color (decimal): -1345424 or 7370987. OLE color: 7370987.

HSL color Cylindrical-coordinate representation of color #EB7870: hue angle of 3.9º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB7870 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB235120112-
CMYK00.490.520.08
HSL3.9º75.46%68.04%-
HSV(B)3.9º52.34%92.16%-
XYZ43.932.2619.24-
YUV153.47104.6186.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.32%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=50.32%
G=25.70%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512011200.490.520.083.975.4668.04
HexEB787003134844b44
Octal35317016006164104113104
Binary11101011111100011100000110001110100100010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7870; }

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

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

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

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

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

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

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

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