Html Css Color HEX #EC0381 Deep Pink

📋 copy color: '#EC0381'

red 236 ◦ green 3 ◦ blue 129

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

Shades of Deep Pink #EC0381

Tints of Deep Pink #EC0381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 64.13%
G = 0.82%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0381 (or 0xEC0381) is known color: Deep Pink. HEX triplet: EC, 03 and 81. RGB value is (236,3,129). Sum of RGB (Red+Green+Blue) = 236+3+129=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0381 is #13FC7E. Grayscale: #565656. Windows color (decimal): -1309823 or 8455148. OLE color: 8455148.

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

Color convert

RGB 236 3 129 -
CMYK 0 0.99 0.45 0.07
HSL 327.55º 0.97% 0.47% -
HSV(B) 327.55º 0.99% 0.93% -
XYZ 38.59 19.48 22.5 -
YUV 87.03 151.69 234.25 -
System Red Green Blue C M Y K H S L
Decimal 236 3 129 0 0.99 0.45 0.07 327.55 0.97 0.47
Hex EC 3 81 0 63 2D 7 148 61 2F
Octal 354 3 201 0 143 55 7 510 141 57
Binary 11101100 11 10000001 0 1100011 101101 111 101001000 1100001 101111

Color Harmonies of #EC0381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0381

Black with #EC0381

Text Example


Text Example

White with #EC0381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0381; }

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

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

background-color css

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

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

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

border-color css

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

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

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