#EB7872

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

Shades of Geraldine #EB7872

Tints of Geraldine #EB7872

Color information

#EB7872 (or 0xEB7872) is unknown color: approx Geraldine. HEX triplet: EB, 78 and 72. RGB value is (235,120,114). Sum of RGB (Red+Green+Blue) = 235+120+114=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7872 is #14878D. Grayscale: #999999. Windows color (decimal): -1345422 or 7502059. OLE color: 7502059.

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

Color convert

RGB235120114-
CMYK00.490.510.08
HSL2.98º75.16%68.43%-
HSV(B)2.98º51.49%92.16%-
XYZ44.0132.3119.84-
YUV153.7105.6185.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=50.11%
G=25.59%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512011400.490.510.082.9875.1668.43
HexEB787203133834b44
Octal35317016206163103113104
Binary1110101111110001110010011000111001110001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7872; }

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

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

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

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

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

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

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

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