Html Css Color HEX #ED047E Deep Pink

📋 copy color: '#ED047E'

red 237 ◦ green 4 ◦ blue 126

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

Shades of Deep Pink #ED047E

Tints of Deep Pink #ED047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 64.58%
G = 1.09%
B = 34.33%

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

#ED047E (or 0xED047E) is known color: Deep Pink. HEX triplet: ED, 04 and 7E. RGB value is (237,4,126). Sum of RGB (Red+Green+Blue) = 237+4+126=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED047E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED047E is #12FB81. Grayscale: #575757. Windows color (decimal): -1244034 or 8258797. OLE color: 8258797.

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

Color convert

RGB 237 4 126 -
CMYK 0 0.98 0.47 0.07
HSL 328.58º 0.97% 0.47% -
HSV(B) 328.58º 0.98% 0.93% -
XYZ 38.73 19.6 21.48 -
YUV 87.58 149.69 234.58 -
System Red Green Blue C M Y K H S L
Decimal 237 4 126 0 0.98 0.47 0.07 328.58 0.97 0.47
Hex ED 4 7E 0 62 2F 7 149 61 2F
Octal 355 4 176 0 142 57 7 511 141 57
Binary 11101101 100 1111110 0 1100010 101111 111 101001001 1100001 101111

Color Harmonies of #ED047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED047E

Black with #ED047E

Text Example


Text Example

White with #ED047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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