#EE756B

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

Shades of Geraldine #EE756B

Tints of Geraldine #EE756B

Color information

#EE756B (or 0xEE756B) is unknown color: approx Geraldine. HEX triplet: EE, 75 and 6B. RGB value is (238,117,107). Sum of RGB (Red+Green+Blue) = 238+117+107=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE756B is #118A94. Grayscale: #989898. Windows color (decimal): -1149589 or 7042542. OLE color: 7042542.

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

Color convert

RGB238117107-
CMYK00.510.550.07
HSL4.58º79.39%67.65%-
HSV(B)4.58º55.04%93.33%-
XYZ44.2831.9617.75-
YUV152.04102.59189.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.52%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 107 (42.19% from 255) = 23.16%
R=51.52%
G=25.32%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811710700.510.550.074.5879.3967.65
HexEE756B03337754f44
Octal3561651530636775117104
Binary1110111011101011101011011001111011111110110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE756B; }

 p { color: rgb(238,117,107); }

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

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

 a { background-color: rgb(238,117,107); }

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

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

 span { border-color: rgb(238,117,107); }

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