Html Css Color HEX #ED19EB Magenta

📋 copy color: '#ED19EB'

red 237 ◦ green 25 ◦ blue 235

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

Shades of Magenta #ED19EB

Tints of Magenta #ED19EB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.03%

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 47.69%
G = 5.03%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED19EB (or 0xED19EB) is known color: Magenta. HEX triplet: ED, 19 and EB. RGB value is (237,25,235). Sum of RGB (Red+Green+Blue) = 237+25+235=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED19EB is #12E614. Grayscale: #6F6F6F. Windows color (decimal): -1238549 or 15407597. OLE color: 15407597.

HSL color Cylindrical-coordinate representation of color #ED19EB: hue angle of 300.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED19EB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 235 -
CMYK 0 0.89 0.01 0.07
HSL 300.57º 0.85% 0.51% -
HSV(B) 300.57º 0.89% 0.93% -
XYZ 50.27 24.7 80.72 -
YUV 112.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 237 25 235 0 0.89 0.01 0.07 300.57 0.85 0.51
Hex ED 19 EB 0 59 1 7 12D 55 33
Octal 355 31 353 0 131 1 7 455 125 63
Binary 11101101 11001 11101011 0 1011001 1 111 100101101 1010101 110011

Color Harmonies of #ED19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19EB

Black with #ED19EB

Text Example


Text Example

White with #ED19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19EB; }

 p { color: rgb(237,25,235); }

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

background-color css

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

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

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

border-color css

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

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

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