Html Css Color HEX #EC1E80 Deep Cerise

📋 copy color: '#EC1E80'

red 236 ◦ green 30 ◦ blue 128

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

Shades of Deep Cerise #EC1E80

Tints of Deep Cerise #EC1E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

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

R = 59.9%
G = 7.61%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC1E80 (or 0xEC1E80) is known color: Deep Cerise. HEX triplet: EC, 1E and 80. RGB value is (236,30,128). Sum of RGB (Red+Green+Blue) = 236+30+128=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E80 is #13E17F. Grayscale: #666666. Windows color (decimal): -1302912 or 8396524. OLE color: 8396524.

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

Color convert

RGB 236 30 128 -
CMYK 0 0.87 0.46 0.07
HSL 331.46º 0.84% 0.52% -
HSV(B) 331.46º 0.87% 0.93% -
XYZ 38.95 20.32 22.29 -
YUV 102.77 142.25 223.03 -
System Red Green Blue C M Y K H S L
Decimal 236 30 128 0 0.87 0.46 0.07 331.46 0.84 0.52
Hex EC 1E 80 0 57 2E 7 14B 54 34
Octal 354 36 200 0 127 56 7 513 124 64
Binary 11101100 11110 10000000 0 1010111 101110 111 101001011 1010100 110100

Color Harmonies of #EC1E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E80

Black with #EC1E80

Text Example


Text Example

White with #EC1E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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