Html Css Color HEX #ED07E6 Magenta

📋 copy color: '#ED07E6'

red 237 ◦ green 7 ◦ blue 230

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

Shades of Magenta #ED07E6

Tints of Magenta #ED07E6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.48%

 BLUE value IS 230 (90.23% from 255) = 48.52%

R = 50%
G = 1.48%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED07E6 (or 0xED07E6) is known color: Magenta. HEX triplet: ED, 07 and E6. RGB value is (237,7,230). Sum of RGB (Red+Green+Blue) = 237+7+230=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED07E6 is #12F819. Grayscale: #646464. Windows color (decimal): -1243162 or 15075309. OLE color: 15075309.

HSL color Cylindrical-coordinate representation of color #ED07E6: hue angle of 301.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07E6 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 230 -
CMYK 0 0.97 0.03 0.07
HSL 301.83º 0.94% 0.48% -
HSV(B) 301.83º 0.97% 0.93% -
XYZ 49.28 23.87 76.87 -
YUV 101.19 200.7 224.87 -
System Red Green Blue C M Y K H S L
Decimal 237 7 230 0 0.97 0.03 0.07 301.83 0.94 0.48
Hex ED 7 E6 0 61 3 7 12E 5E 30
Octal 355 7 346 0 141 3 7 456 136 60
Binary 11101101 111 11100110 0 1100001 11 111 100101110 1011110 110000

Color Harmonies of #ED07E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED07E6

Black with #ED07E6

Text Example


Text Example

White with #ED07E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED07E6; }

 p { color: rgb(237,7,230); }

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

background-color css

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

 a { background-color: rgb(237,7,230); }

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

border-color css

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

 span { border-color: rgb(237,7,230); }

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