Html Css Color HEX #ED037F Deep Pink

📋 copy color: '#ED037F'

red 237 ◦ green 3 ◦ blue 127

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

Shades of Deep Pink #ED037F

Tints of Deep Pink #ED037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 64.58%
G = 0.82%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED037F (or 0xED037F) is known color: Deep Pink. HEX triplet: ED, 03 and 7F. RGB value is (237,3,127). Sum of RGB (Red+Green+Blue) = 237+3+127=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED037F is #12FC80. Grayscale: #565656. Windows color (decimal): -1244289 or 8324077. OLE color: 8324077.

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

Color convert

RGB 237 3 127 -
CMYK 0 0.99 0.46 0.07
HSL 328.21º 0.98% 0.47% -
HSV(B) 328.21º 0.99% 0.93% -
XYZ 38.79 19.6 21.82 -
YUV 87.1 150.52 234.92 -
System Red Green Blue C M Y K H S L
Decimal 237 3 127 0 0.99 0.46 0.07 328.21 0.98 0.47
Hex ED 3 7F 0 63 2E 7 148 62 2F
Octal 355 3 177 0 143 56 7 510 142 57
Binary 11101101 11 1111111 0 1100011 101110 111 101001000 1100010 101111

Color Harmonies of #ED037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED037F

Black with #ED037F

Text Example


Text Example

White with #ED037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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