Html Css Color HEX #EC2083 Deep Cerise

📋 copy color: '#EC2083'

red 236 ◦ green 32 ◦ blue 131

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

Shades of Deep Cerise #EC2083

Tints of Deep Cerise #EC2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.02%

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 59.15%
G = 8.02%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC2083 (or 0xEC2083) is known color: Deep Cerise. HEX triplet: EC, 20 and 83. RGB value is (236,32,131). Sum of RGB (Red+Green+Blue) = 236+32+131=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2083 is #13DF7C. Grayscale: #686868. Windows color (decimal): -1302397 or 8593644. OLE color: 8593644.

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

Color convert

RGB 236 32 131 -
CMYK 0 0.86 0.44 0.07
HSL 330.88º 0.84% 0.53% -
HSV(B) 330.88º 0.86% 0.93% -
XYZ 39.21 20.5 23.36 -
YUV 104.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 236 32 131 0 0.86 0.44 0.07 330.88 0.84 0.53
Hex EC 20 83 0 56 2C 7 14B 54 35
Octal 354 40 203 0 126 54 7 513 124 65
Binary 11101100 100000 10000011 0 1010110 101100 111 101001011 1010100 110101

Color Harmonies of #EC2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2083

Black with #EC2083

Text Example


Text Example

White with #EC2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2083; }

 p { color: rgb(236,32,131); }

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

background-color css

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

 a { background-color: rgb(236,32,131); }

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

border-color css

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

 span { border-color: rgb(236,32,131); }

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