Html Css Color HEX #EC2079 Deep Cerise

📋 copy color: '#EC2079'

red 236 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #EC2079

Tints of Deep Cerise #EC2079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 60.67%
G = 8.23%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC2079 (or 0xEC2079) is known color: Deep Cerise. HEX triplet: EC, 20 and 79. RGB value is (236,32,121). Sum of RGB (Red+Green+Blue) = 236+32+121=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2079 is #13DF86. Grayscale: #666666. Windows color (decimal): -1302407 or 7938284. OLE color: 7938284.

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

Color convert

RGB 236 32 121 -
CMYK 0 0.86 0.49 0.07
HSL 333.82º 0.84% 0.53% -
HSV(B) 333.82º 0.86% 0.93% -
XYZ 38.56 20.25 19.96 -
YUV 103.14 138.09 222.76 -
System Red Green Blue C M Y K H S L
Decimal 236 32 121 0 0.86 0.49 0.07 333.82 0.84 0.53
Hex EC 20 79 0 56 31 7 14E 54 35
Octal 354 40 171 0 126 61 7 516 124 65
Binary 11101100 100000 1111001 0 1010110 110001 111 101001110 1010100 110101

Color Harmonies of #EC2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2079

Black with #EC2079

Text Example


Text Example

White with #EC2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2079; }

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

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

background-color css

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

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

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

border-color css

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

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

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