Html Css Color HEX #EC3284 Deep Cerise

📋 copy color: '#EC3284'

red 236 ◦ green 50 ◦ blue 132

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

Shades of Deep Cerise #EC3284

Tints of Deep Cerise #EC3284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.96%

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 56.46%
G = 11.96%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC3284 (or 0xEC3284) is known color: Deep Cerise. HEX triplet: EC, 32 and 84. RGB value is (236,50,132). Sum of RGB (Red+Green+Blue) = 236+50+132=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3284 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3284 is #13CD7B. Grayscale: #727272. Windows color (decimal): -1297788 or 8663788. OLE color: 8663788.

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

Color convert

RGB 236 50 132 -
CMYK 0 0.79 0.44 0.07
HSL 333.55º 0.83% 0.56% -
HSV(B) 333.55º 0.79% 0.93% -
XYZ 39.9 21.78 23.93 -
YUV 114.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 236 50 132 0 0.79 0.44 0.07 333.55 0.83 0.56
Hex EC 32 84 0 4F 2C 7 14E 53 38
Octal 354 62 204 0 117 54 7 516 123 70
Binary 11101100 110010 10000100 0 1001111 101100 111 101001110 1010011 111000

Color Harmonies of #EC3284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3284

Black with #EC3284

Text Example


Text Example

White with #EC3284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3284; }

 p { color: rgb(236,50,132); }

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

background-color css

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

 a { background-color: rgb(236,50,132); }

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

border-color css

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

 span { border-color: rgb(236,50,132); }

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