Html Css Color HEX #ED017C Deep Pink

📋 copy color: '#ED017C'

red 237 ◦ green 1 ◦ blue 124

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

Shades of Deep Pink #ED017C

Tints of Deep Pink #ED017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 65.47%
G = 0.28%
B = 34.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED017C (or 0xED017C) is known color: Deep Pink. HEX triplet: ED, 01 and 7C. RGB value is (237,1,124). Sum of RGB (Red+Green+Blue) = 237+1+124=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED017C is #12FE83. Grayscale: #555555. Windows color (decimal): -1244804 or 8126957. OLE color: 8126957.

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

Color convert

RGB 237 1 124 -
CMYK 0 1.00 0.48 0.07
HSL 328.73º 0.99% 0.47% -
HSV(B) 328.73º 1% 0.93% -
XYZ 38.57 19.48 20.8 -
YUV 85.59 149.69 236 -
System Red Green Blue C M Y K H S L
Decimal 237 1 124 0 1.00 0.48 0.07 328.73 0.99 0.47
Hex ED 1 7C 0 64 30 7 149 63 2F
Octal 355 1 174 0 144 60 7 511 143 57
Binary 11101101 1 1111100 0 1100100 110000 111 101001001 1100011 101111

Color Harmonies of #ED017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED017C

Black with #ED017C

Text Example


Text Example

White with #ED017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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