Html Css Color HEX #EC1E82 Deep Cerise

📋 copy color: '#EC1E82'

red 236 ◦ green 30 ◦ blue 130

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

Shades of Deep Cerise #EC1E82

Tints of Deep Cerise #EC1E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 59.6%
G = 7.58%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1E82 (or 0xEC1E82) is known color: Deep Cerise. HEX triplet: EC, 1E and 82. RGB value is (236,30,130). Sum of RGB (Red+Green+Blue) = 236+30+130=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E82 is #13E17D. Grayscale: #666666. Windows color (decimal): -1302910 or 8527596. OLE color: 8527596.

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

Color convert

RGB 236 30 130 -
CMYK 0 0.87 0.45 0.07
HSL 330.87º 0.84% 0.52% -
HSV(B) 330.87º 0.87% 0.93% -
XYZ 39.09 20.37 22.99 -
YUV 102.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 236 30 130 0 0.87 0.45 0.07 330.87 0.84 0.52
Hex EC 1E 82 0 57 2D 7 14B 54 34
Octal 354 36 202 0 127 55 7 513 124 64
Binary 11101100 11110 10000010 0 1010111 101101 111 101001011 1010100 110100

Color Harmonies of #EC1E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E82

Black with #EC1E82

Text Example


Text Example

White with #EC1E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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