#EE6F68

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

Shades of Geraldine #EE6F68

Tints of Geraldine #EE6F68

Color information

#EE6F68 (or 0xEE6F68) is unknown color: approx Geraldine. HEX triplet: EE, 6F and 68. RGB value is (238,111,104). Sum of RGB (Red+Green+Blue) = 238+111+104=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F68 is #119097. Grayscale: #949494. Windows color (decimal): -1151128 or 6844398. OLE color: 6844398.

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

Color convert

RGB238111104-
CMYK00.530.560.07
HSL3.13º79.76%67.06%-
HSV(B)3.13º56.3%93.33%-
XYZ43.4430.5516.7-
YUV148.17103.08192.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.54%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=52.54%
G=24.50%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811110400.530.560.073.1379.7667.06
HexEE6F6803538735043
Octal3561571500657073120103
Binary111011101101111110100001101011110001111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6F68; }

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

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

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

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

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

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

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

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