Html Css Color HEX #EC3490 Deep Cerise

📋 copy color: '#EC3490'

red 236 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #EC3490

Tints of Deep Cerise #EC3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.04%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 54.63%
G = 12.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC3490 (or 0xEC3490) is known color: Deep Cerise. HEX triplet: EC, 34 and 90. RGB value is (236,52,144). Sum of RGB (Red+Green+Blue) = 236+52+144=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3490 is #13CB6F. Grayscale: #757575. Windows color (decimal): -1297264 or 9450732. OLE color: 9450732.

HSL color Cylindrical-coordinate representation of color #EC3490: hue angle of 330º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3490 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 144 -
CMYK 0 0.78 0.39 0.07
HSL 330º 0.83% 0.56% -
HSV(B) 330º 0.78% 0.93% -
XYZ 40.85 22.3 28.54 -
YUV 117.5 142.96 212.52 -
System Red Green Blue C M Y K H S L
Decimal 236 52 144 0 0.78 0.39 0.07 330 0.83 0.56
Hex EC 34 90 0 4E 27 7 14A 53 38
Octal 354 64 220 0 116 47 7 512 123 70
Binary 11101100 110100 10010000 0 1001110 100111 111 101001010 1010011 111000

Color Harmonies of #EC3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3490

Black with #EC3490

Text Example


Text Example

White with #EC3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3490; }

 p { color: rgb(236,52,144); }

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

background-color css

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

 a { background-color: rgb(236,52,144); }

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

border-color css

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

 span { border-color: rgb(236,52,144); }

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