Html Css Color HEX #ED05DF Hot Magenta

📋 copy color: '#ED05DF'

red 237 ◦ green 5 ◦ blue 223

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

Shades of Hot Magenta #ED05DF

Tints of Hot Magenta #ED05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 50.97%
G = 1.08%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED05DF (or 0xED05DF) is known color: Hot Magenta. HEX triplet: ED, 05 and DF. RGB value is (237,5,223). Sum of RGB (Red+Green+Blue) = 237+5+223=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05DF is #12FA20. Grayscale: #626262. Windows color (decimal): -1243681 or 14616045. OLE color: 14616045.

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

Color convert

RGB 237 5 223 -
CMYK 0 0.98 0.06 0.07
HSL 303.62º 0.96% 0.47% -
HSV(B) 303.62º 0.98% 0.93% -
XYZ 48.3 23.44 71.79 -
YUV 99.22 197.86 226.27 -
System Red Green Blue C M Y K H S L
Decimal 237 5 223 0 0.98 0.06 0.07 303.62 0.96 0.47
Hex ED 5 DF 0 62 6 7 130 60 2F
Octal 355 5 337 0 142 6 7 460 140 57
Binary 11101101 101 11011111 0 1100010 110 111 100110000 1100000 101111

Color Harmonies of #ED05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05DF

Black with #ED05DF

Text Example


Text Example

White with #ED05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05DF; }

 p { color: rgb(237,5,223); }

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

background-color css

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

 a { background-color: rgb(237,5,223); }

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

border-color css

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

 span { border-color: rgb(237,5,223); }

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