Html Css Color HEX #ED08EC Magenta

📋 copy color: '#ED08EC'

red 237 ◦ green 8 ◦ blue 236

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

Shades of Magenta #ED08EC

Tints of Magenta #ED08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.66%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 49.27%
G = 1.66%
B = 49.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED08EC (or 0xED08EC) is known color: Magenta. HEX triplet: ED, 08 and EC. RGB value is (237,8,236). Sum of RGB (Red+Green+Blue) = 237+8+236=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 8 (3.52% from 255 or 1.66% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED08EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED08EC is #12F713. Grayscale: #656565. Windows color (decimal): -1242900 or 15468781. OLE color: 15468781.

HSL color Cylindrical-coordinate representation of color #ED08EC: hue angle of 300.26º degrees, saturation: 0.93, 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 #ED08EC is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 8 236 -
CMYK 0 0.97 0.00 0.07
HSL 300.26º 0.93% 0.48% -
HSV(B) 300.26º 0.97% 0.93% -
XYZ 50.15 24.23 81.39 -
YUV 102.46 203.37 223.96 -
System Red Green Blue C M Y K H S L
Decimal 237 8 236 0 0.97 0.00 0.07 300.26 0.93 0.48
Hex ED 8 EC 0 61 0 7 12C 5D 30
Octal 355 10 354 0 141 0 7 454 135 60
Binary 11101101 1000 11101100 0 1100001 0 111 100101100 1011101 110000

Color Harmonies of #ED08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED08EC

Black with #ED08EC

Text Example


Text Example

White with #ED08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED08EC; }

 p { color: rgb(237,8,236); }

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

background-color css

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

 a { background-color: rgb(237,8,236); }

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

border-color css

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

 span { border-color: rgb(237,8,236); }

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