#EE555E

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

Shades of Wild Watermelon #EE555E

Tints of Wild Watermelon #EE555E

Color information

#EE555E (or 0xEE555E) is unknown color: approx Wild Watermelon. HEX triplet: EE, 55 and 5E. RGB value is (238,85,94). Sum of RGB (Red+Green+Blue) = 238+85+94=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE555E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE555E is #11AAA1. Grayscale: #838383. Windows color (decimal): -1157794 or 6182382. OLE color: 6182382.

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

Color convert

RGB2388594-
CMYK00.640.610.07
HSL356.47º81.82%63.33%-
HSV(B)356.47º64.29%93.33%-
XYZ40.5325.4813.37-
YUV131.77106.69203.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.07%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=57.07%
G=20.38%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238859400.640.610.07356.4781.8263.33
HexEE555E0403D7164523f
Octal356125136010075754412277
Binary1110111010101011011110010000001111011111011001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE555E; }

 p { color: rgb(238,85,94); }

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

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

 a { background-color: rgb(238,85,94); }

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

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

 span { border-color: rgb(238,85,94); }

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