#EB5A70

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

Shades of Wild Watermelon #EB5A70

Tints of Wild Watermelon #EB5A70

Color information

#EB5A70 (or 0xEB5A70) is unknown color: approx Wild Watermelon. HEX triplet: EB, 5A and 70. RGB value is (235,90,112). Sum of RGB (Red+Green+Blue) = 235+90+112=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A70 is #14A58F. Grayscale: #878787. Windows color (decimal): -1353104 or 7363307. OLE color: 7363307.

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

Color convert

RGB23590112-
CMYK00.620.520.08
HSL350.9º78.38%63.73%-
HSV(B)350.9º61.7%92.16%-
XYZ40.8426.1418.22-
YUV135.86114.54198.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.78%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=53.78%
G=20.59%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359011200.620.520.08350.978.3863.73
HexEB5A7003E34815f4e40
Octal3531321600766410537116100
Binary11101011101101011100000111110110100100010101111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A70; }

 p { color: rgb(235,90,112); }

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

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

 a { background-color: rgb(235,90,112); }

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

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

 span { border-color: rgb(235,90,112); }

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