Html Css Color HEX #ED06DD Hot Magenta

📋 copy color: '#ED06DD'

red 237 ◦ green 6 ◦ blue 221

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

Shades of Hot Magenta #ED06DD

Tints of Hot Magenta #ED06DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 51.08%
G = 1.29%
B = 47.63%

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

#ED06DD (or 0xED06DD) is known color: Hot Magenta. HEX triplet: ED, 06 and DD. RGB value is (237,6,221). Sum of RGB (Red+Green+Blue) = 237+6+221=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED06DD is #12F922. Grayscale: #626262. Windows color (decimal): -1243427 or 14485229. OLE color: 14485229.

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

Color convert

RGB 237 6 221 -
CMYK 0 0.97 0.07 0.07
HSL 304.16º 0.95% 0.48% -
HSV(B) 304.16º 0.97% 0.93% -
XYZ 48.04 23.36 70.38 -
YUV 99.58 196.53 226.02 -
System Red Green Blue C M Y K H S L
Decimal 237 6 221 0 0.97 0.07 0.07 304.16 0.95 0.48
Hex ED 6 DD 0 61 7 7 130 5F 30
Octal 355 6 335 0 141 7 7 460 137 60
Binary 11101101 110 11011101 0 1100001 111 111 100110000 1011111 110000

Color Harmonies of #ED06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06DD

Black with #ED06DD

Text Example


Text Example

White with #ED06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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