#EE7670

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

Shades of Geraldine #EE7670

Tints of Geraldine #EE7670

Color information

#EE7670 (or 0xEE7670) is unknown color: approx Geraldine. HEX triplet: EE, 76 and 70. RGB value is (238,118,112). Sum of RGB (Red+Green+Blue) = 238+118+112=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7670 is #11898F. Grayscale: #999999. Windows color (decimal): -1149328 or 7370478. OLE color: 7370478.

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

Color convert

RGB238118112-
CMYK00.500.530.07
HSL2.86º78.75%68.63%-
HSV(B)2.86º52.94%93.33%-
XYZ44.6632.319.21-
YUV153.2104.76188.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=50.85%
G=25.21%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811811200.500.530.072.8678.7568.63
HexEE767003235734f45
Octal3561661600626573117105
Binary111011101110110111000001100101101011111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7670; }

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

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

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

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

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

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

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

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