Html Css Color HEX #ED01CC Hot Magenta

📋 copy color: '#ED01CC'

red 237 ◦ green 1 ◦ blue 204

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

Shades of Hot Magenta #ED01CC

Tints of Hot Magenta #ED01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 53.62%
G = 0.23%
B = 46.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED01CC (or 0xED01CC) is known color: Hot Magenta. HEX triplet: ED, 01 and CC. RGB value is (237,1,204). Sum of RGB (Red+Green+Blue) = 237+1+204=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED01CC is #12FE33. Grayscale: #5E5E5E. Windows color (decimal): -1244724 or 13369837. OLE color: 13369837.

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

Color convert

RGB 237 1 204 -
CMYK 0 1.00 0.14 0.07
HSL 308.39º 0.99% 0.47% -
HSV(B) 308.39º 1% 0.93% -
XYZ 45.83 22.39 59.03 -
YUV 94.71 189.69 229.49 -
System Red Green Blue C M Y K H S L
Decimal 237 1 204 0 1.00 0.14 0.07 308.39 0.99 0.47
Hex ED 1 CC 0 64 E 7 134 63 2F
Octal 355 1 314 0 144 16 7 464 143 57
Binary 11101101 1 11001100 0 1100100 1110 111 100110100 1100011 101111

Color Harmonies of #ED01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01CC

Black with #ED01CC

Text Example


Text Example

White with #ED01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01CC; }

 p { color: rgb(237,1,204); }

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

background-color css

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

 a { background-color: rgb(237,1,204); }

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

border-color css

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

 span { border-color: rgb(237,1,204); }

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