Html Css Color HEX #EC3286 Deep Cerise

📋 copy color: '#EC3286'

red 236 ◦ green 50 ◦ blue 134

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

Shades of Deep Cerise #EC3286

Tints of Deep Cerise #EC3286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.9%

R = 56.19%
G = 11.9%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC3286 (or 0xEC3286) is known color: Deep Cerise. HEX triplet: EC, 32 and 86. RGB value is (236,50,134). Sum of RGB (Red+Green+Blue) = 236+50+134=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3286 is #13CD79. Grayscale: #737373. Windows color (decimal): -1297786 or 8794860. OLE color: 8794860.

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

Color convert

RGB 236 50 134 -
CMYK 0 0.79 0.43 0.07
HSL 332.9º 0.83% 0.56% -
HSV(B) 332.9º 0.79% 0.93% -
XYZ 40.04 21.84 24.66 -
YUV 115.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 236 50 134 0 0.79 0.43 0.07 332.9 0.83 0.56
Hex EC 32 86 0 4F 2B 7 14D 53 38
Octal 354 62 206 0 117 53 7 515 123 70
Binary 11101100 110010 10000110 0 1001111 101011 111 101001101 1010011 111000

Color Harmonies of #EC3286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3286

Black with #EC3286

Text Example


Text Example

White with #EC3286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3286; }

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

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

background-color css

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

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

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

border-color css

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

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

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