Html Css Color HEX #EC017D Deep Pink

📋 copy color: '#EC017D'

red 236 ◦ green 1 ◦ blue 125

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

Shades of Deep Pink #EC017D

Tints of Deep Pink #EC017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 65.19%
G = 0.28%
B = 34.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC017D (or 0xEC017D) is known color: Deep Pink. HEX triplet: EC, 01 and 7D. RGB value is (236,1,125). Sum of RGB (Red+Green+Blue) = 236+1+125=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC017D is #13FE82. Grayscale: #555555. Windows color (decimal): -1310339 or 8192492. OLE color: 8192492.

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

Color convert

RGB 236 1 125 -
CMYK 0 1.00 0.47 0.07
HSL 328.34º 0.99% 0.46% -
HSV(B) 328.34º 1% 0.93% -
XYZ 38.3 19.34 21.12 -
YUV 85.4 150.36 235.42 -
System Red Green Blue C M Y K H S L
Decimal 236 1 125 0 1.00 0.47 0.07 328.34 0.99 0.46
Hex EC 1 7D 0 64 2F 7 148 63 2E
Octal 354 1 175 0 144 57 7 510 143 56
Binary 11101100 1 1111101 0 1100100 101111 111 101001000 1100011 101110

Color Harmonies of #EC017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC017D

Black with #EC017D

Text Example


Text Example

White with #EC017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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