Html Css Color HEX #EC017F Deep Pink

📋 copy color: '#EC017F'

red 236 ◦ green 1 ◦ blue 127

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

Shades of Deep Pink #EC017F

Tints of Deep Pink #EC017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 64.84%
G = 0.27%
B = 34.89%

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

#EC017F (or 0xEC017F) is known color: Deep Pink. HEX triplet: EC, 01 and 7F. RGB value is (236,1,127). Sum of RGB (Red+Green+Blue) = 236+1+127=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC017F is #13FE80. Grayscale: #555555. Windows color (decimal): -1310337 or 8323564. OLE color: 8323564.

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

Color convert

RGB 236 1 127 -
CMYK 0 1.00 0.46 0.07
HSL 327.83º 0.99% 0.46% -
HSV(B) 327.83º 1% 0.93% -
XYZ 38.43 19.39 21.8 -
YUV 85.63 151.36 235.25 -
System Red Green Blue C M Y K H S L
Decimal 236 1 127 0 1.00 0.46 0.07 327.83 0.99 0.46
Hex EC 1 7F 0 64 2E 7 148 63 2E
Octal 354 1 177 0 144 56 7 510 143 56
Binary 11101100 1 1111111 0 1100100 101110 111 101001000 1100011 101110

Color Harmonies of #EC017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC017F

Black with #EC017F

Text Example


Text Example

White with #EC017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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