Html Css Color HEX #ED00CD Hot Magenta

📋 copy color: '#ED00CD'

red 237 ◦ green 0 ◦ blue 205

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

Shades of Hot Magenta #ED00CD

Tints of Hot Magenta #ED00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 53.62%
G = 0%
B = 46.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED00CD (or 0xED00CD) is known color: Hot Magenta. HEX triplet: ED, 00 and CD. RGB value is (237,0,205). Sum of RGB (Red+Green+Blue) = 237+0+205=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED00CD is #12FF32. Grayscale: #5D5D5D. Windows color (decimal): -1244979 or 13435117. OLE color: 13435117.

HSL color Cylindrical-coordinate representation of color #ED00CD: hue angle of 308.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED00CD is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 205 -
CMYK 0 1 0.14 0.07
HSL 308.1º 1% 0.46% -
HSV(B) 308.1º 1% 0.93% -
XYZ 45.94 22.41 59.66 -
YUV 94.23 190.52 229.83 -
System Red Green Blue C M Y K H S L
Decimal 237 0 205 0 1 0.14 0.07 308.1 1 0.46
Hex ED 0 CD 0 64 E 7 134 64 2E
Octal 355 0 315 0 144 16 7 464 144 56
Binary 11101101 0 11001101 0 1100100 1110 111 100110100 1100100 101110

Color Harmonies of #ED00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00CD

Black with #ED00CD

Text Example


Text Example

White with #ED00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00CD; }

 p { color: rgb(237,0,205); }

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

background-color css

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

 a { background-color: rgb(237,0,205); }

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

border-color css

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

 span { border-color: rgb(237,0,205); }

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