Html Css Color HEX #ED037D Deep Pink

📋 copy color: '#ED037D'

red 237 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #ED037D

Tints of Deep Pink #ED037D

RGB

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

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

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

R = 64.93%
G = 0.82%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED037D (or 0xED037D) is known color: Deep Pink. HEX triplet: ED, 03 and 7D. RGB value is (237,3,125). Sum of RGB (Red+Green+Blue) = 237+3+125=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED037D is #12FC82. Grayscale: #565656. Windows color (decimal): -1244291 or 8193005. OLE color: 8193005.

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

Color convert

RGB 237 3 125 -
CMYK 0 0.99 0.47 0.07
HSL 328.72º 0.98% 0.47% -
HSV(B) 328.72º 0.99% 0.93% -
XYZ 38.66 19.55 21.14 -
YUV 86.87 149.52 235.08 -
System Red Green Blue C M Y K H S L
Decimal 237 3 125 0 0.99 0.47 0.07 328.72 0.98 0.47
Hex ED 3 7D 0 63 2F 7 149 62 2F
Octal 355 3 175 0 143 57 7 511 142 57
Binary 11101101 11 1111101 0 1100011 101111 111 101001001 1100010 101111

Color Harmonies of #ED037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED037D

Black with #ED037D

Text Example


Text Example

White with #ED037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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