Html Css Color HEX #ED007C Deep Pink

📋 copy color: '#ED007C'

red 237 ◦ green 0 ◦ blue 124

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

Shades of Deep Pink #ED007C

Tints of Deep Pink #ED007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.65%
G = 0%
B = 34.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED007C (or 0xED007C) is known color: Deep Pink. HEX triplet: ED, 00 and 7C. RGB value is (237,0,124). Sum of RGB (Red+Green+Blue) = 237+0+124=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED007C is #12FF83. Grayscale: #545454. Windows color (decimal): -1245060 or 8126701. OLE color: 8126701.

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

Color convert

RGB 237 0 124 -
CMYK 0 1 0.48 0.07
HSL 328.61º 1% 0.46% -
HSV(B) 328.61º 1% 0.93% -
XYZ 38.56 19.46 20.79 -
YUV 85 150.02 236.42 -
System Red Green Blue C M Y K H S L
Decimal 237 0 124 0 1 0.48 0.07 328.61 1 0.46
Hex ED 0 7C 0 64 30 7 149 64 2E
Octal 355 0 174 0 144 60 7 511 144 56
Binary 11101101 0 1111100 0 1100100 110000 111 101001001 1100100 101110

Color Harmonies of #ED007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED007C

Black with #ED007C

Text Example


Text Example

White with #ED007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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