Html Css Color HEX #EC0481 Deep Pink

📋 copy color: '#EC0481'

red 236 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #EC0481

Tints of Deep Pink #EC0481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 63.96%
G = 1.08%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0481 (or 0xEC0481) is known color: Deep Pink. HEX triplet: EC, 04 and 81. RGB value is (236,4,129). Sum of RGB (Red+Green+Blue) = 236+4+129=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0481 is #13FB7E. Grayscale: #575757. Windows color (decimal): -1309567 or 8455404. OLE color: 8455404.

HSL color Cylindrical-coordinate representation of color #EC0481: hue angle of 327.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0481 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 129 -
CMYK 0 0.98 0.45 0.07
HSL 327.67º 0.97% 0.47% -
HSV(B) 327.67º 0.98% 0.93% -
XYZ 38.6 19.5 22.5 -
YUV 87.62 151.36 233.84 -
System Red Green Blue C M Y K H S L
Decimal 236 4 129 0 0.98 0.45 0.07 327.67 0.97 0.47
Hex EC 4 81 0 62 2D 7 148 61 2F
Octal 354 4 201 0 142 55 7 510 141 57
Binary 11101100 100 10000001 0 1100010 101101 111 101001000 1100001 101111

Color Harmonies of #EC0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0481

Black with #EC0481

Text Example


Text Example

White with #EC0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0481; }

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

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

background-color css

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

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

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

border-color css

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

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

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