#EE6F6A

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

Shades of Geraldine #EE6F6A

Tints of Geraldine #EE6F6A

Color information

#EE6F6A (or 0xEE6F6A) is unknown color: approx Geraldine. HEX triplet: EE, 6F and 6A. RGB value is (238,111,106). Sum of RGB (Red+Green+Blue) = 238+111+106=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F6A is #119095. Grayscale: #949494. Windows color (decimal): -1151126 or 6975470. OLE color: 6975470.

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

Color convert

RGB238111106-
CMYK00.530.550.07
HSL2.27º79.52%67.45%-
HSV(B)2.27º55.46%93.33%-
XYZ43.5530.5917.24-
YUV148.4104.08191.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.31%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=52.31%
G=24.40%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811110600.530.550.072.2779.5267.45
HexEE6F6A03537725043
Octal3561571520656772120103
Binary111011101101111110101001101011101111111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6F6A; }

 p { color: rgb(238,111,106); }

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

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

 a { background-color: rgb(238,111,106); }

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

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

 span { border-color: rgb(238,111,106); }

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