Html Css Color HEX #ED05C8 Hot Magenta

📋 copy color: '#ED05C8'

red 237 ◦ green 5 ◦ blue 200

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

Shades of Hot Magenta #ED05C8

Tints of Hot Magenta #ED05C8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 53.62%
G = 1.13%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED05C8 (or 0xED05C8) is known color: Hot Magenta. HEX triplet: ED, 05 and C8. RGB value is (237,5,200). Sum of RGB (Red+Green+Blue) = 237+5+200=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05C8 is #12FA37. Grayscale: #606060. Windows color (decimal): -1243704 or 13108717. OLE color: 13108717.

HSL color Cylindrical-coordinate representation of color #ED05C8: hue angle of 309.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05C8 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 5 200 -
CMYK 0 0.98 0.16 0.07
HSL 309.57º 0.96% 0.47% -
HSV(B) 309.57º 0.98% 0.93% -
XYZ 45.4 22.28 56.55 -
YUV 96.6 186.36 228.14 -
System Red Green Blue C M Y K H S L
Decimal 237 5 200 0 0.98 0.16 0.07 309.57 0.96 0.47
Hex ED 5 C8 0 62 10 7 136 60 2F
Octal 355 5 310 0 142 20 7 466 140 57
Binary 11101101 101 11001000 0 1100010 10000 111 100110110 1100000 101111

Color Harmonies of #ED05C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05C8

Black with #ED05C8

Text Example


Text Example

White with #ED05C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05C8; }

 p { color: rgb(237,5,200); }

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

background-color css

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

 a { background-color: rgb(237,5,200); }

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

border-color css

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

 span { border-color: rgb(237,5,200); }

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