Html Css Color HEX #ED06DC Hot Magenta

📋 copy color: '#ED06DC'

red 237 ◦ green 6 ◦ blue 220

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

Shades of Hot Magenta #ED06DC

Tints of Hot Magenta #ED06DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 51.19%
G = 1.3%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED06DC (or 0xED06DC) is known color: Hot Magenta. HEX triplet: ED, 06 and DC. RGB value is (237,6,220). Sum of RGB (Red+Green+Blue) = 237+6+220=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06DC is #12F923. Grayscale: #626262. Windows color (decimal): -1243428 or 14419693. OLE color: 14419693.

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

Color convert

RGB 237 6 220 -
CMYK 0 0.97 0.07 0.07
HSL 304.42º 0.95% 0.48% -
HSV(B) 304.42º 0.97% 0.93% -
XYZ 47.91 23.3 69.68 -
YUV 99.47 196.03 226.1 -
System Red Green Blue C M Y K H S L
Decimal 237 6 220 0 0.97 0.07 0.07 304.42 0.95 0.48
Hex ED 6 DC 0 61 7 7 130 5F 30
Octal 355 6 334 0 141 7 7 460 137 60
Binary 11101101 110 11011100 0 1100001 111 111 100110000 1011111 110000

Color Harmonies of #ED06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06DC

Black with #ED06DC

Text Example


Text Example

White with #ED06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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