#EE5266

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

Shades of Wild Watermelon #EE5266

Tints of Wild Watermelon #EE5266

Color information

#EE5266 (or 0xEE5266) is unknown color: approx Wild Watermelon. HEX triplet: EE, 52 and 66. RGB value is (238,82,102). Sum of RGB (Red+Green+Blue) = 238+82+102=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5266 is #11AD99. Grayscale: #838383. Windows color (decimal): -1158554 or 6705902. OLE color: 6705902.

HSL color Cylindrical-coordinate representation of color #EE5266: hue angle of 352.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5266 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB23882102-
CMYK00.660.570.07
HSL352.31º82.11%62.75%-
HSV(B)352.31º65.55%93.33%-
XYZ40.6825.1715.29-
YUV130.92111.68204.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=56.40%
G=19.43%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388210200.660.570.07352.3182.1162.75
HexEE5266042397160523f
Octal356122146010271754012277
Binary1110111010100101100110010000101110011111011000001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5266; }

 p { color: rgb(238,82,102); }

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

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

 a { background-color: rgb(238,82,102); }

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

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

 span { border-color: rgb(238,82,102); }

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