Html Css Color HEX #EC2486 Deep Cerise

📋 copy color: '#EC2486'

red 236 ◦ green 36 ◦ blue 134

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

Shades of Deep Cerise #EC2486

Tints of Deep Cerise #EC2486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

 BLUE value IS 134 (52.73% from 255) = 33%

R = 58.13%
G = 8.87%
B = 33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC2486 (or 0xEC2486) is known color: Deep Cerise. HEX triplet: EC, 24 and 86. RGB value is (236,36,134). Sum of RGB (Red+Green+Blue) = 236+36+134=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2486 is #13DB79. Grayscale: #6A6A6A. Windows color (decimal): -1301370 or 8791276. OLE color: 8791276.

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

Color convert

RGB 236 36 134 -
CMYK 0 0.85 0.43 0.07
HSL 330.6º 0.84% 0.53% -
HSV(B) 330.6º 0.85% 0.93% -
XYZ 39.53 20.82 24.49 -
YUV 106.97 143.26 220.03 -
System Red Green Blue C M Y K H S L
Decimal 236 36 134 0 0.85 0.43 0.07 330.6 0.84 0.53
Hex EC 24 86 0 55 2B 7 14B 54 35
Octal 354 44 206 0 125 53 7 513 124 65
Binary 11101100 100100 10000110 0 1010101 101011 111 101001011 1010100 110101

Color Harmonies of #EC2486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2486

Black with #EC2486

Text Example


Text Example

White with #EC2486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2486; }

 p { color: rgb(236,36,134); }

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

background-color css

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

 a { background-color: rgb(236,36,134); }

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

border-color css

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

 span { border-color: rgb(236,36,134); }

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