Html Css Color HEX #EC5870 Wild Watermelon

📋 copy color: '#EC5870'

red 236 ◦ green 88 ◦ blue 112

#EC5870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #EC5870

Tints of Wild Watermelon #EC5870

RGB

 RED value IS 236 (92.58% from 255) = 54.13%

 GREEN value IS 88 (34.77% from 255) = 20.18%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 54.13%
G = 20.18%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC5870 (or 0xEC5870) is known color: Wild Watermelon. HEX triplet: EC, 58 and 70. RGB value is (236,88,112). Sum of RGB (Red+Green+Blue) = 236+88+112=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5870 is #13A78F. Grayscale: #878787. Windows color (decimal): -1288080 or 7362796. OLE color: 7362796.

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

Color convert

RGB 236 88 112 -
CMYK 0 0.63 0.53 0.07
HSL 350.27º 0.8% 0.64% -
HSV(B) 350.27º 0.63% 0.93% -
XYZ 41.01 25.98 18.18 -
YUV 134.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 236 88 112 0 0.63 0.53 0.07 350.27 0.8 0.64
Hex EC 58 70 0 3F 35 7 15E 50 40
Octal 354 130 160 0 77 65 7 536 120 100
Binary 11101100 1011000 1110000 0 111111 110101 111 101011110 1010000 1000000

Color Harmonies of #EC5870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5870

Black with #EC5870

Text Example


Text Example

White with #EC5870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5870; }

 p { color: rgb(236,88,112); }

 H1.HeaderClassName
 {
   color: #EC5870;
 }
 .AnyTagClassName
 {
   color: #EC5870;
 }
</style>

background-color css

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

 a { background-color: rgb(236,88,112); }

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

border-color css

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

 span { border-color: rgb(236,88,112); }

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