#EE7270

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

Shades of Geraldine #EE7270

Tints of Geraldine #EE7270

Color information

#EE7270 (or 0xEE7270) is unknown color: approx Geraldine. HEX triplet: EE, 72 and 70. RGB value is (238,114,112). Sum of RGB (Red+Green+Blue) = 238+114+112=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7270 is #118D8F. Grayscale: #969696. Windows color (decimal): -1150352 or 7369454. OLE color: 7369454.

HSL color Cylindrical-coordinate representation of color #EE7270: hue angle of 0.95º 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 #EE7270 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238114112-
CMYK00.520.530.07
HSL0.95º78.75%68.63%-
HSV(B)0.95º52.94%93.33%-
XYZ44.231.3819.06-
YUV150.85106.08190.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.29%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=51.29%
G=24.57%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811411200.520.530.070.9578.7568.63
HexEE727003435714f45
Octal3561621600646571117105
Binary11101110111001011100000110100110101111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7270; }

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

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

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

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

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

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

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

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