Html Css Color HEX #ED05F0 Magenta

📋 copy color: '#ED05F0'

red 237 ◦ green 5 ◦ blue 240

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

Shades of Magenta #ED05F0

Tints of Magenta #ED05F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 49.17%
G = 1.04%
B = 49.79%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED05F0 (or 0xED05F0) is known color: Magenta. HEX triplet: ED, 05 and F0. RGB value is (237,5,240). Sum of RGB (Red+Green+Blue) = 237+5+240=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED05F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05F0 is #12FA0F. Grayscale: #646464. Windows color (decimal): -1243664 or 15730157. OLE color: 15730157.

HSL color Cylindrical-coordinate representation of color #ED05F0: hue angle of 299.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05F0 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 5 240 -
CMYK 0.01 0.98 0 0.06
HSL 299.23º 0.96% 0.48% -
HSV(B) 299.23º 0.98% 0.94% -
XYZ 50.71 24.4 84.48 -
YUV 101.16 206.36 224.89 -
System Red Green Blue C M Y K H S L
Decimal 237 5 240 0.01 0.98 0 0.06 299.23 0.96 0.48
Hex ED 5 F0 1 62 0 6 12B 60 30
Octal 355 5 360 1 142 0 6 453 140 60
Binary 11101101 101 11110000 1 1100010 0 110 100101011 1100000 110000

Color Harmonies of #ED05F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05F0

Black with #ED05F0

Text Example


Text Example

White with #ED05F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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