Html Css Color HEX #EC2180 Deep Cerise

📋 copy color: '#EC2180'

red 236 ◦ green 33 ◦ blue 128

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

Shades of Deep Cerise #EC2180

Tints of Deep Cerise #EC2180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.31%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 59.45%
G = 8.31%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC2180 (or 0xEC2180) is known color: Deep Cerise. HEX triplet: EC, 21 and 80. RGB value is (236,33,128). Sum of RGB (Red+Green+Blue) = 236+33+128=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2180 is #13DE7F. Grayscale: #686868. Windows color (decimal): -1302144 or 8397292. OLE color: 8397292.

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

Color convert

RGB 236 33 128 -
CMYK 0 0.86 0.46 0.07
HSL 331.92º 0.84% 0.53% -
HSV(B) 331.92º 0.86% 0.93% -
XYZ 39.03 20.48 22.32 -
YUV 104.53 141.25 221.78 -
System Red Green Blue C M Y K H S L
Decimal 236 33 128 0 0.86 0.46 0.07 331.92 0.84 0.53
Hex EC 21 80 0 56 2E 7 14C 54 35
Octal 354 41 200 0 126 56 7 514 124 65
Binary 11101100 100001 10000000 0 1010110 101110 111 101001100 1010100 110101

Color Harmonies of #EC2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2180

Black with #EC2180

Text Example


Text Example

White with #EC2180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2180; }

 p { color: rgb(236,33,128); }

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

background-color css

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

 a { background-color: rgb(236,33,128); }

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

border-color css

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

 span { border-color: rgb(236,33,128); }

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