#E07874

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

Shades of Geraldine #E07874

Tints of Geraldine #E07874

Color information

#E07874 (or 0xE07874) is unknown color: approx Geraldine. HEX triplet: E0, 78 and 74. RGB value is (224,120,116). Sum of RGB (Red+Green+Blue) = 224+120+116=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E07874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07874 is #1F878B. Grayscale: #969696. Windows color (decimal): -2066316 or 7633120. OLE color: 7633120.

HSL color Cylindrical-coordinate representation of color #E07874: hue angle of 2.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07874 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224120116-
CMYK00.460.480.12
HSL2.22º63.53%66.67%-
HSV(B)2.22º48.21%87.84%-
XYZ40.6130.5420.28-
YUV150.64108.46180.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 116 (45.70% from 255) = 25.22%
R=48.70%
G=26.09%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412011600.460.480.122.2263.5366.67
HexE0787402E30C24043
Octal34017016405660142100103
Binary1110000011110001110100010111011000011001010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07874; }

 p { color: rgb(224,120,116); }

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

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

 a { background-color: rgb(224,120,116); }

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

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

 span { border-color: rgb(224,120,116); }

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