#E07070

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

Shades of Geraldine #E07070

Tints of Geraldine #E07070

Color information

#E07070 (or 0xE07070) is unknown color: approx Geraldine. HEX triplet: E0, 70 and 70. RGB value is (224,112,112). Sum of RGB (Red+Green+Blue) = 224+112+112=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E07070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07070 is #1F8F8F. Grayscale: #919191. Windows color (decimal): -2068368 or 7368928. OLE color: 7368928.

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

Color convert

RGB224112112-
CMYK00.500.500.12
HSL64.37%65.88%-
HSV(B)50%87.84%-
XYZ39.4628.6118.77-
YUV145.49109.11184-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411211200.500.500.12064.3765.88
HexE0707003232C04042
Octal34016016006262140100102
Binary111000001110000111000001100101100101100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07070; }

 p { color: rgb(224,112,112); }

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

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

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

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

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

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

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