#EE5069

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

Shades of Wild Watermelon #EE5069

Tints of Wild Watermelon #EE5069

Color information

#EE5069 (or 0xEE5069) is unknown color: approx Wild Watermelon. HEX triplet: EE, 50 and 69. RGB value is (238,80,105). Sum of RGB (Red+Green+Blue) = 238+80+105=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5069 is #11AF96. Grayscale: #828282. Windows color (decimal): -1159063 or 6901998. OLE color: 6901998.

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

Color convert

RGB23880105-
CMYK00.660.560.07
HSL350.51º82.29%62.35%-
HSV(B)350.51º66.39%93.33%-
XYZ40.6824.9316.03-
YUV130.09113.85204.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.26%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=56.26%
G=18.91%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388010500.660.560.07350.5182.2962.35
HexEE506904238715f523e
Octal356120151010270753712276
Binary1110111010100001101001010000101110001111010111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5069; }

 p { color: rgb(238,80,105); }

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

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

 a { background-color: rgb(238,80,105); }

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

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

 span { border-color: rgb(238,80,105); }

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