Html Css Color HEX #ED14ED Magenta

📋 copy color: '#ED14ED'

red 237 ◦ green 20 ◦ blue 237

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

Shades of Magenta #ED14ED

Tints of Magenta #ED14ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.05%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 47.98%
G = 4.05%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED14ED (or 0xED14ED) is known color: Magenta. HEX triplet: ED, 14 and ED. RGB value is (237,20,237). Sum of RGB (Red+Green+Blue) = 237+20+237=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED14ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED14ED is #12EB12. Grayscale: #6C6C6C. Windows color (decimal): -1239827 or 15537389. OLE color: 15537389.

HSL color Cylindrical-coordinate representation of color #ED14ED: hue angle of 300º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14ED is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 20 237 -
CMYK 0 0.92 0 0.07
HSL 300º 0.86% 0.5% -
HSV(B) 300º 0.92% 0.93% -
XYZ 50.46 24.62 82.21 -
YUV 109.62 199.89 218.86 -
System Red Green Blue C M Y K H S L
Decimal 237 20 237 0 0.92 0 0.07 300 0.86 0.5
Hex ED 14 ED 0 5C 0 7 12C 56 32
Octal 355 24 355 0 134 0 7 454 126 62
Binary 11101101 10100 11101101 0 1011100 0 111 100101100 1010110 110010

Color Harmonies of #ED14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED14ED

Black with #ED14ED

Text Example


Text Example

White with #ED14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED14ED; }

 p { color: rgb(237,20,237); }

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

background-color css

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

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

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

border-color css

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

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

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