Html Css Color HEX #ED16EF Magenta

📋 copy color: '#ED16EF'

red 237 ◦ green 22 ◦ blue 239

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

Shades of Magenta #ED16EF

Tints of Magenta #ED16EF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.42%

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 47.59%
G = 4.42%
B = 47.99%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED16EF (or 0xED16EF) is known color: Magenta. HEX triplet: ED, 16 and EF. RGB value is (237,22,239). Sum of RGB (Red+Green+Blue) = 237+22+239=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 22 (8.98% from 255 or 4.42% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED16EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16EF is #12E910. Grayscale: #6E6E6E. Windows color (decimal): -1239313 or 15668973. OLE color: 15668973.

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

Color convert

RGB 237 22 239 -
CMYK 0.01 0.91 0 0.06
HSL 299.45º 0.87% 0.51% -
HSV(B) 299.45º 0.91% 0.94% -
XYZ 50.79 24.81 83.77 -
YUV 111.02 200.23 217.86 -
System Red Green Blue C M Y K H S L
Decimal 237 22 239 0.01 0.91 0 0.06 299.45 0.87 0.51
Hex ED 16 EF 1 5B 0 6 12B 57 33
Octal 355 26 357 1 133 0 6 453 127 63
Binary 11101101 10110 11101111 1 1011011 0 110 100101011 1010111 110011

Color Harmonies of #ED16EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16EF

Black with #ED16EF

Text Example


Text Example

White with #ED16EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16EF; }

 p { color: rgb(237,22,239); }

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

background-color css

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

 a { background-color: rgb(237,22,239); }

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

border-color css

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

 span { border-color: rgb(237,22,239); }

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