Html Css Color HEX #ED037C Deep Pink

📋 copy color: '#ED037C'

red 237 ◦ green 3 ◦ blue 124

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

Shades of Deep Pink #ED037C

Tints of Deep Pink #ED037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 65.11%
G = 0.82%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED037C (or 0xED037C) is known color: Deep Pink. HEX triplet: ED, 03 and 7C. RGB value is (237,3,124). Sum of RGB (Red+Green+Blue) = 237+3+124=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED037C is #12FC83. Grayscale: #565656. Windows color (decimal): -1244292 or 8127469. OLE color: 8127469.

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

Color convert

RGB 237 3 124 -
CMYK 0 0.99 0.48 0.07
HSL 328.97º 0.98% 0.47% -
HSV(B) 328.97º 0.99% 0.93% -
XYZ 38.6 19.52 20.8 -
YUV 86.76 149.02 235.16 -
System Red Green Blue C M Y K H S L
Decimal 237 3 124 0 0.99 0.48 0.07 328.97 0.98 0.47
Hex ED 3 7C 0 63 30 7 149 62 2F
Octal 355 3 174 0 143 60 7 511 142 57
Binary 11101101 11 1111100 0 1100011 110000 111 101001001 1100010 101111

Color Harmonies of #ED037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED037C

Black with #ED037C

Text Example


Text Example

White with #ED037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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