Html Css Color HEX #EC327C Deep Cerise

📋 copy color: '#EC327C'

red 236 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #EC327C

Tints of Deep Cerise #EC327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 57.56%
G = 12.2%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC327C (or 0xEC327C) is known color: Deep Cerise. HEX triplet: EC, 32 and 7C. RGB value is (236,50,124). Sum of RGB (Red+Green+Blue) = 236+50+124=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC327C is #13CD83. Grayscale: #717171. Windows color (decimal): -1297796 or 8139500. OLE color: 8139500.

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

Color convert

RGB 236 50 124 -
CMYK 0 0.79 0.47 0.07
HSL 336.13º 0.83% 0.56% -
HSV(B) 336.13º 0.79% 0.93% -
XYZ 39.37 21.57 21.16 -
YUV 114.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 236 50 124 0 0.79 0.47 0.07 336.13 0.83 0.56
Hex EC 32 7C 0 4F 2F 7 150 53 38
Octal 354 62 174 0 117 57 7 520 123 70
Binary 11101100 110010 1111100 0 1001111 101111 111 101010000 1010011 111000

Color Harmonies of #EC327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC327C

Black with #EC327C

Text Example


Text Example

White with #EC327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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