Html Css Color HEX #EC0180 Deep Pink

📋 copy color: '#EC0180'

red 236 ◦ green 1 ◦ blue 128

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

Shades of Deep Pink #EC0180

Tints of Deep Pink #EC0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 64.66%
G = 0.27%
B = 35.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC0180 (or 0xEC0180) is known color: Deep Pink. HEX triplet: EC, 01 and 80. RGB value is (236,1,128). Sum of RGB (Red+Green+Blue) = 236+1+128=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0180 is #13FE7F. Grayscale: #555555. Windows color (decimal): -1310336 or 8389100. OLE color: 8389100.

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

Color convert

RGB 236 1 128 -
CMYK 0 1.00 0.46 0.07
HSL 327.57º 0.99% 0.46% -
HSV(B) 327.57º 1% 0.93% -
XYZ 38.5 19.41 22.14 -
YUV 85.74 151.86 235.17 -
System Red Green Blue C M Y K H S L
Decimal 236 1 128 0 1.00 0.46 0.07 327.57 0.99 0.46
Hex EC 1 80 0 64 2E 7 148 63 2E
Octal 354 1 200 0 144 56 7 510 143 56
Binary 11101100 1 10000000 0 1100100 101110 111 101001000 1100011 101110

Color Harmonies of #EC0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0180

Black with #EC0180

Text Example


Text Example

White with #EC0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0180; }

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

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

background-color css

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

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

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

border-color css

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

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

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