Html Css Color HEX #EC3081 Deep Cerise

📋 copy color: '#EC3081'

red 236 ◦ green 48 ◦ blue 129

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

Shades of Deep Cerise #EC3081

Tints of Deep Cerise #EC3081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

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

R = 57.14%
G = 11.62%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC3081 (or 0xEC3081) is known color: Deep Cerise. HEX triplet: EC, 30 and 81. RGB value is (236,48,129). Sum of RGB (Red+Green+Blue) = 236+48+129=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3081 is #13CF7E. Grayscale: #717171. Windows color (decimal): -1298303 or 8466668. OLE color: 8466668.

HSL color Cylindrical-coordinate representation of color #EC3081: hue angle of 334.15º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3081 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 129 -
CMYK 0 0.80 0.45 0.07
HSL 334.15º 0.83% 0.56% -
HSV(B) 334.15º 0.8% 0.93% -
XYZ 39.61 21.53 22.84 -
YUV 113.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 236 48 129 0 0.80 0.45 0.07 334.15 0.83 0.56
Hex EC 30 81 0 50 2D 7 14E 53 38
Octal 354 60 201 0 120 55 7 516 123 70
Binary 11101100 110000 10000001 0 1010000 101101 111 101001110 1010011 111000

Color Harmonies of #EC3081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3081

Black with #EC3081

Text Example


Text Example

White with #EC3081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3081; }

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

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

background-color css

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

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

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

border-color css

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

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

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