Html Css Color HEX #ED15E6 Magenta

📋 copy color: '#ED15E6'

red 237 ◦ green 21 ◦ blue 230

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

Shades of Magenta #ED15E6

Tints of Magenta #ED15E6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.3%

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 48.57%
G = 4.3%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED15E6 (or 0xED15E6) is known color: Magenta. HEX triplet: ED, 15 and E6. RGB value is (237,21,230). Sum of RGB (Red+Green+Blue) = 237+21+230=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED15E6 is #12EA19. Grayscale: #6C6C6C. Windows color (decimal): -1239578 or 15078893. OLE color: 15078893.

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

Color convert

RGB 237 21 230 -
CMYK 0 0.91 0.03 0.07
HSL 301.94º 0.86% 0.51% -
HSV(B) 301.94º 0.91% 0.93% -
XYZ 49.48 24.25 76.94 -
YUV 109.41 196.06 219.01 -
System Red Green Blue C M Y K H S L
Decimal 237 21 230 0 0.91 0.03 0.07 301.94 0.86 0.51
Hex ED 15 E6 0 5B 3 7 12E 56 33
Octal 355 25 346 0 133 3 7 456 126 63
Binary 11101101 10101 11100110 0 1011011 11 111 100101110 1010110 110011

Color Harmonies of #ED15E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15E6

Black with #ED15E6

Text Example


Text Example

White with #ED15E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15E6; }

 p { color: rgb(237,21,230); }

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

background-color css

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

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

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

border-color css

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

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

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