Html Css Color HEX #EC328D Deep Cerise

📋 copy color: '#EC328D'

red 236 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #EC328D

Tints of Deep Cerise #EC328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 55.27%
G = 11.71%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC328D (or 0xEC328D) is known color: Deep Cerise. HEX triplet: EC, 32 and 8D. RGB value is (236,50,141). Sum of RGB (Red+Green+Blue) = 236+50+141=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC328D is #13CD72. Grayscale: #737373. Windows color (decimal): -1297779 or 9253612. OLE color: 9253612.

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

Color convert

RGB 236 50 141 -
CMYK 0 0.79 0.40 0.07
HSL 330.65º 0.83% 0.56% -
HSV(B) 330.65º 0.79% 0.93% -
XYZ 40.54 22.04 27.32 -
YUV 115.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 236 50 141 0 0.79 0.40 0.07 330.65 0.83 0.56
Hex EC 32 8D 0 4F 28 7 14B 53 38
Octal 354 62 215 0 117 50 7 513 123 70
Binary 11101100 110010 10001101 0 1001111 101000 111 101001011 1010011 111000

Color Harmonies of #EC328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC328D

Black with #EC328D

Text Example


Text Example

White with #EC328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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