Html Css Color HEX #ED05E3 Hot Magenta

📋 copy color: '#ED05E3'

red 237 ◦ green 5 ◦ blue 227

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

Shades of Hot Magenta #ED05E3

Tints of Hot Magenta #ED05E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.4%

R = 50.53%
G = 1.07%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED05E3 (or 0xED05E3) is known color: Hot Magenta. HEX triplet: ED, 05 and E3. RGB value is (237,5,227). Sum of RGB (Red+Green+Blue) = 237+5+227=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05E3 is #12FA1C. Grayscale: #636363. Windows color (decimal): -1243677 or 14878189. OLE color: 14878189.

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

Color convert

RGB 237 5 227 -
CMYK 0 0.98 0.04 0.07
HSL 302.59º 0.96% 0.47% -
HSV(B) 302.59º 0.98% 0.93% -
XYZ 48.84 23.66 74.67 -
YUV 99.68 199.86 225.95 -
System Red Green Blue C M Y K H S L
Decimal 237 5 227 0 0.98 0.04 0.07 302.59 0.96 0.47
Hex ED 5 E3 0 62 4 7 12F 60 2F
Octal 355 5 343 0 142 4 7 457 140 57
Binary 11101101 101 11100011 0 1100010 100 111 100101111 1100000 101111

Color Harmonies of #ED05E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05E3

Black with #ED05E3

Text Example


Text Example

White with #ED05E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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