#EA7875

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

Shades of Geraldine #EA7875

Tints of Geraldine #EA7875

Color information

#EA7875 (or 0xEA7875) is unknown color: approx Geraldine. HEX triplet: EA, 78 and 75. RGB value is (234,120,117). Sum of RGB (Red+Green+Blue) = 234+120+117=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7875 is #15878A. Grayscale: #999999. Windows color (decimal): -1410955 or 7698666. OLE color: 7698666.

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

Color convert

RGB234120117-
CMYK00.490.50.08
HSL1.54º73.58%68.82%-
HSV(B)1.54º50%91.76%-
XYZ43.8632.2120.74-
YUV153.74107.27185.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=49.68%
G=25.48%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412011700.490.50.081.5473.5868.82
HexEA787503132824a45
Octal35217016506162102112105
Binary1110101011110001110101011000111001010001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7875; }

 p { color: rgb(234,120,117); }

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

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

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

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

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

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

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