#EA5666

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

Shades of Wild Watermelon #EA5666

Tints of Wild Watermelon #EA5666

Color information

#EA5666 (or 0xEA5666) is unknown color: approx Wild Watermelon. HEX triplet: EA, 56 and 66. RGB value is (234,86,102). Sum of RGB (Red+Green+Blue) = 234+86+102=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5666 is #15A999. Grayscale: #848484. Windows color (decimal): -1419674 or 6706922. OLE color: 6706922.

HSL color Cylindrical-coordinate representation of color #EA5666: hue angle of 353.51º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5666 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB23486102-
CMYK00.630.560.08
HSL353.51º77.89%62.75%-
HSV(B)353.51º63.25%91.76%-
XYZ39.6625.1115.33-
YUV132.08111.03200.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.45%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=55.45%
G=20.38%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348610200.630.560.08353.5177.8962.75
HexEA566603F3881624e3f
Octal352126146077701054211677
Binary1110101010101101100110011111111100010001011000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5666; }

 p { color: rgb(234,86,102); }

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

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

 a { background-color: rgb(234,86,102); }

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

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

 span { border-color: rgb(234,86,102); }

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