Html Css Color HEX #ED047D Deep Pink

📋 copy color: '#ED047D'

red 237 ◦ green 4 ◦ blue 125

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

Shades of Deep Pink #ED047D

Tints of Deep Pink #ED047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 64.75%
G = 1.09%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED047D (or 0xED047D) is known color: Deep Pink. HEX triplet: ED, 04 and 7D. RGB value is (237,4,125). Sum of RGB (Red+Green+Blue) = 237+4+125=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED047D is #12FB82. Grayscale: #575757. Windows color (decimal): -1244035 or 8193261. OLE color: 8193261.

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

Color convert

RGB 237 4 125 -
CMYK 0 0.98 0.47 0.07
HSL 328.84º 0.97% 0.47% -
HSV(B) 328.84º 0.98% 0.93% -
XYZ 38.67 19.57 21.14 -
YUV 87.46 149.19 234.66 -
System Red Green Blue C M Y K H S L
Decimal 237 4 125 0 0.98 0.47 0.07 328.84 0.97 0.47
Hex ED 4 7D 0 62 2F 7 149 61 2F
Octal 355 4 175 0 142 57 7 511 141 57
Binary 11101101 100 1111101 0 1100010 101111 111 101001001 1100001 101111

Color Harmonies of #ED047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED047D

Black with #ED047D

Text Example


Text Example

White with #ED047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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