Html Css Color HEX #ED0FEC Magenta

📋 copy color: '#ED0FEC'

red 237 ◦ green 15 ◦ blue 236

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

Shades of Magenta #ED0FEC

Tints of Magenta #ED0FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.07%

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

R = 48.57%
G = 3.07%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED0FEC (or 0xED0FEC) is known color: Magenta. HEX triplet: ED, 0F and EC. RGB value is (237,15,236). Sum of RGB (Red+Green+Blue) = 237+15+236=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FEC is #12F013. Grayscale: #696969. Windows color (decimal): -1241108 or 15470573. OLE color: 15470573.

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

Color convert

RGB 237 15 236 -
CMYK 0 0.94 0.00 0.07
HSL 300.27º 0.88% 0.49% -
HSV(B) 300.27º 0.94% 0.93% -
XYZ 50.24 24.4 81.42 -
YUV 106.57 201.05 221.03 -
System Red Green Blue C M Y K H S L
Decimal 237 15 236 0 0.94 0.00 0.07 300.27 0.88 0.49
Hex ED F EC 0 5E 0 7 12C 58 31
Octal 355 17 354 0 136 0 7 454 130 61
Binary 11101101 1111 11101100 0 1011110 0 111 100101100 1011000 110001

Color Harmonies of #ED0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FEC

Black with #ED0FEC

Text Example


Text Example

White with #ED0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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