Html Css Color HEX #EC3582 Deep Cerise

📋 copy color: '#EC3582'

red 236 ◦ green 53 ◦ blue 130

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

Shades of Deep Cerise #EC3582

Tints of Deep Cerise #EC3582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.65%

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 56.32%
G = 12.65%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC3582 (or 0xEC3582) is known color: Deep Cerise. HEX triplet: EC, 35 and 82. RGB value is (236,53,130). Sum of RGB (Red+Green+Blue) = 236+53+130=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3582 is #13CA7D. Grayscale: #747474. Windows color (decimal): -1297022 or 8533484. OLE color: 8533484.

HSL color Cylindrical-coordinate representation of color #EC3582: hue angle of 334.75º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3582 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 53 130 -
CMYK 0 0.78 0.45 0.07
HSL 334.75º 0.83% 0.57% -
HSV(B) 334.75º 0.78% 0.93% -
XYZ 39.89 21.99 23.26 -
YUV 116.5 135.63 213.24 -
System Red Green Blue C M Y K H S L
Decimal 236 53 130 0 0.78 0.45 0.07 334.75 0.83 0.57
Hex EC 35 82 0 4E 2D 7 14F 53 39
Octal 354 65 202 0 116 55 7 517 123 71
Binary 11101100 110101 10000010 0 1001110 101101 111 101001111 1010011 111001

Color Harmonies of #EC3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3582

Black with #EC3582

Text Example


Text Example

White with #EC3582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3582; }

 p { color: rgb(236,53,130); }

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

background-color css

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

 a { background-color: rgb(236,53,130); }

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

border-color css

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

 span { border-color: rgb(236,53,130); }

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