Html Css Color HEX #EC328B Deep Cerise

📋 copy color: '#EC328B'

red 236 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #EC328B

Tints of Deep Cerise #EC328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 55.53%
G = 11.76%
B = 32.71%

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

#EC328B (or 0xEC328B) is known color: Deep Cerise. HEX triplet: EC, 32 and 8B. RGB value is (236,50,139). Sum of RGB (Red+Green+Blue) = 236+50+139=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC328B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC328B is #13CD74. Grayscale: #737373. Windows color (decimal): -1297781 or 9122540. OLE color: 9122540.

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

Color convert

RGB 236 50 139 -
CMYK 0 0.79 0.41 0.07
HSL 331.29º 0.83% 0.56% -
HSV(B) 331.29º 0.79% 0.93% -
XYZ 40.39 21.98 26.54 -
YUV 115.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 236 50 139 0 0.79 0.41 0.07 331.29 0.83 0.56
Hex EC 32 8B 0 4F 29 7 14B 53 38
Octal 354 62 213 0 117 51 7 513 123 70
Binary 11101100 110010 10001011 0 1001111 101001 111 101001011 1010011 111000

Color Harmonies of #EC328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC328B

Black with #EC328B

Text Example


Text Example

White with #EC328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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