Html Css Color HEX #EC328C Deep Cerise

📋 copy color: '#EC328C'

red 236 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #EC328C

Tints of Deep Cerise #EC328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 55.4%
G = 11.74%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC328C (or 0xEC328C) is known color: Deep Cerise. HEX triplet: EC, 32 and 8C. RGB value is (236,50,140). Sum of RGB (Red+Green+Blue) = 236+50+140=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC328C is #13CD73. Grayscale: #737373. Windows color (decimal): -1297780 or 9188076. OLE color: 9188076.

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

Color convert

RGB 236 50 140 -
CMYK 0 0.79 0.41 0.07
HSL 330.97º 0.83% 0.56% -
HSV(B) 330.97º 0.79% 0.93% -
XYZ 40.47 22.01 26.93 -
YUV 115.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 236 50 140 0 0.79 0.41 0.07 330.97 0.83 0.56
Hex EC 32 8C 0 4F 29 7 14B 53 38
Octal 354 62 214 0 117 51 7 513 123 70
Binary 11101100 110010 10001100 0 1001111 101001 111 101001011 1010011 111000

Color Harmonies of #EC328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC328C

Black with #EC328C

Text Example


Text Example

White with #EC328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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