Html Css Color HEX #ED017D Deep Pink

📋 copy color: '#ED017D'

red 237 ◦ green 1 ◦ blue 125

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

Shades of Deep Pink #ED017D

Tints of Deep Pink #ED017D

RGB

 RED value IS 237 (92.97% from 255) = 65.29%

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

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

R = 65.29%
G = 0.28%
B = 34.44%

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

#ED017D (or 0xED017D) is known color: Deep Pink. HEX triplet: ED, 01 and 7D. RGB value is (237,1,125). Sum of RGB (Red+Green+Blue) = 237+1+125=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED017D is #12FE82. Grayscale: #555555. Windows color (decimal): -1244803 or 8192493. OLE color: 8192493.

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

Color convert

RGB 237 1 125 -
CMYK 0 1.00 0.47 0.07
HSL 328.47º 0.99% 0.47% -
HSV(B) 328.47º 1% 0.93% -
XYZ 38.64 19.51 21.13 -
YUV 85.7 150.19 235.92 -
System Red Green Blue C M Y K H S L
Decimal 237 1 125 0 1.00 0.47 0.07 328.47 0.99 0.47
Hex ED 1 7D 0 64 2F 7 148 63 2F
Octal 355 1 175 0 144 57 7 510 143 57
Binary 11101101 1 1111101 0 1100100 101111 111 101001000 1100011 101111

Color Harmonies of #ED017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED017D

Black with #ED017D

Text Example


Text Example

White with #ED017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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