Html Css Color HEX #EC2379 Deep Cerise

📋 copy color: '#EC2379'

red 236 ◦ green 35 ◦ blue 121

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

Shades of Deep Cerise #EC2379

Tints of Deep Cerise #EC2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.93%

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

R = 60.2%
G = 8.93%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC2379 (or 0xEC2379) is known color: Deep Cerise. HEX triplet: EC, 23 and 79. RGB value is (236,35,121). Sum of RGB (Red+Green+Blue) = 236+35+121=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2379 is #13DC86. Grayscale: #686868. Windows color (decimal): -1301639 or 7939052. OLE color: 7939052.

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

Color convert

RGB 236 35 121 -
CMYK 0 0.85 0.49 0.07
HSL 334.33º 0.84% 0.53% -
HSV(B) 334.33º 0.85% 0.93% -
XYZ 38.64 20.42 19.99 -
YUV 104.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 236 35 121 0 0.85 0.49 0.07 334.33 0.84 0.53
Hex EC 23 79 0 55 31 7 14E 54 35
Octal 354 43 171 0 125 61 7 516 124 65
Binary 11101100 100011 1111001 0 1010101 110001 111 101001110 1010100 110101

Color Harmonies of #EC2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2379

Black with #EC2379

Text Example


Text Example

White with #EC2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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