Html Css Color HEX #EC0380 Deep Pink

📋 copy color: '#EC0380'

red 236 ◦ green 3 ◦ blue 128

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

Shades of Deep Pink #EC0380

Tints of Deep Pink #EC0380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 64.31%
G = 0.82%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC0380 (or 0xEC0380) is known color: Deep Pink. HEX triplet: EC, 03 and 80. RGB value is (236,3,128). Sum of RGB (Red+Green+Blue) = 236+3+128=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0380 is #13FC7F. Grayscale: #565656. Windows color (decimal): -1309824 or 8389612. OLE color: 8389612.

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

Color convert

RGB 236 3 128 -
CMYK 0 0.99 0.46 0.07
HSL 327.81º 0.97% 0.47% -
HSV(B) 327.81º 0.99% 0.93% -
XYZ 38.52 19.46 22.15 -
YUV 86.92 151.19 234.34 -
System Red Green Blue C M Y K H S L
Decimal 236 3 128 0 0.99 0.46 0.07 327.81 0.97 0.47
Hex EC 3 80 0 63 2E 7 148 61 2F
Octal 354 3 200 0 143 56 7 510 141 57
Binary 11101100 11 10000000 0 1100011 101110 111 101001000 1100001 101111

Color Harmonies of #EC0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0380

Black with #EC0380

Text Example


Text Example

White with #EC0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0380; }

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

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

background-color css

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

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

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

border-color css

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

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

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