Html Css Color HEX #EC2081 Deep Cerise

📋 copy color: '#EC2081'

red 236 ◦ green 32 ◦ blue 129

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

Shades of Deep Cerise #EC2081

Tints of Deep Cerise #EC2081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 59.45%
G = 8.06%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC2081 (or 0xEC2081) is known color: Deep Cerise. HEX triplet: EC, 20 and 81. RGB value is (236,32,129). Sum of RGB (Red+Green+Blue) = 236+32+129=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2081 is #13DF7E. Grayscale: #676767. Windows color (decimal): -1302399 or 8462572. OLE color: 8462572.

HSL color Cylindrical-coordinate representation of color #EC2081: hue angle of 331.47º 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 #EC2081 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 129 -
CMYK 0 0.86 0.45 0.07
HSL 331.47º 0.84% 0.53% -
HSV(B) 331.47º 0.86% 0.93% -
XYZ 39.07 20.45 22.66 -
YUV 104.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 236 32 129 0 0.86 0.45 0.07 331.47 0.84 0.53
Hex EC 20 81 0 56 2D 7 14B 54 35
Octal 354 40 201 0 126 55 7 513 124 65
Binary 11101100 100000 10000001 0 1010110 101101 111 101001011 1010100 110101

Color Harmonies of #EC2081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2081

Black with #EC2081

Text Example


Text Example

White with #EC2081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2081; }

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

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

background-color css

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

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

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

border-color css

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

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

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