Html Css Color HEX #ED06DF Hot Magenta

📋 copy color: '#ED06DF'

red 237 ◦ green 6 ◦ blue 223

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

Shades of Hot Magenta #ED06DF

Tints of Hot Magenta #ED06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.29%

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

R = 50.86%
G = 1.29%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED06DF (or 0xED06DF) is known color: Hot Magenta. HEX triplet: ED, 06 and DF. RGB value is (237,6,223). Sum of RGB (Red+Green+Blue) = 237+6+223=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06DF is #12F920. Grayscale: #636363. Windows color (decimal): -1243425 or 14616301. OLE color: 14616301.

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

Color convert

RGB 237 6 223 -
CMYK 0 0.97 0.06 0.07
HSL 303.64º 0.95% 0.48% -
HSV(B) 303.64º 0.97% 0.93% -
XYZ 48.31 23.46 71.79 -
YUV 99.81 197.53 225.86 -
System Red Green Blue C M Y K H S L
Decimal 237 6 223 0 0.97 0.06 0.07 303.64 0.95 0.48
Hex ED 6 DF 0 61 6 7 130 5F 30
Octal 355 6 337 0 141 6 7 460 137 60
Binary 11101101 110 11011111 0 1100001 110 111 100110000 1011111 110000

Color Harmonies of #ED06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06DF

Black with #ED06DF

Text Example


Text Example

White with #ED06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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