Html Css Color HEX #EC3281 Deep Cerise

📋 copy color: '#EC3281'

red 236 ◦ green 50 ◦ blue 129

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

Shades of Deep Cerise #EC3281

Tints of Deep Cerise #EC3281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 56.87%
G = 12.05%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC3281 (or 0xEC3281) is known color: Deep Cerise. HEX triplet: EC, 32 and 81. RGB value is (236,50,129). Sum of RGB (Red+Green+Blue) = 236+50+129=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3281 is #13CD7E. Grayscale: #727272. Windows color (decimal): -1297791 or 8467180. OLE color: 8467180.

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

Color convert

RGB 236 50 129 -
CMYK 0 0.79 0.45 0.07
HSL 334.52º 0.83% 0.56% -
HSV(B) 334.52º 0.79% 0.93% -
XYZ 39.7 21.7 22.87 -
YUV 114.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 236 50 129 0 0.79 0.45 0.07 334.52 0.83 0.56
Hex EC 32 81 0 4F 2D 7 14F 53 38
Octal 354 62 201 0 117 55 7 517 123 70
Binary 11101100 110010 10000001 0 1001111 101101 111 101001111 1010011 111000

Color Harmonies of #EC3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3281

Black with #EC3281

Text Example


Text Example

White with #EC3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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