#EE7470

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

Shades of Geraldine #EE7470

Tints of Geraldine #EE7470

Color information

#EE7470 (or 0xEE7470) is unknown color: approx Geraldine. HEX triplet: EE, 74 and 70. RGB value is (238,116,112). Sum of RGB (Red+Green+Blue) = 238+116+112=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7470 is #118B8F. Grayscale: #989898. Windows color (decimal): -1149840 or 7369966. OLE color: 7369966.

HSL color Cylindrical-coordinate representation of color #EE7470: hue angle of 1.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7470 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238116112-
CMYK00.510.530.07
HSL1.9º78.75%68.63%-
HSV(B)1.9º52.94%93.33%-
XYZ44.4331.8419.13-
YUV152.02105.42189.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.07%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=51.07%
G=24.89%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811611200.510.530.071.978.7568.63
HexEE747003335724f45
Octal3561641600636572117105
Binary111011101110100111000001100111101011111010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7470; }

 p { color: rgb(238,116,112); }

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

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

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

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

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

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

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