Html Css Color HEX #ED13EF Magenta

📋 copy color: '#ED13EF'

red 237 ◦ green 19 ◦ blue 239

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

Shades of Magenta #ED13EF

Tints of Magenta #ED13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.84%

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

R = 47.88%
G = 3.84%
B = 48.28%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED13EF (or 0xED13EF) is known color: Magenta. HEX triplet: ED, 13 and EF. RGB value is (237,19,239). Sum of RGB (Red+Green+Blue) = 237+19+239=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED13EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED13EF is #12EC10. Grayscale: #6C6C6C. Windows color (decimal): -1240081 or 15668205. OLE color: 15668205.

HSL color Cylindrical-coordinate representation of color #ED13EF: 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.92%. Process color model (Four color, CMYK) of #ED13EF is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 19 239 -
CMYK 0.01 0.92 0 0.06
HSL 299.45º 0.87% 0.51% -
HSV(B) 299.45º 0.92% 0.94% -
XYZ 50.74 24.7 83.76 -
YUV 109.26 201.22 219.11 -
System Red Green Blue C M Y K H S L
Decimal 237 19 239 0.01 0.92 0 0.06 299.45 0.87 0.51
Hex ED 13 EF 1 5C 0 6 12B 57 33
Octal 355 23 357 1 134 0 6 453 127 63
Binary 11101101 10011 11101111 1 1011100 0 110 100101011 1010111 110011

Color Harmonies of #ED13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED13EF

Black with #ED13EF

Text Example


Text Example

White with #ED13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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