Html Css Color HEX #ED13F2 Magenta

📋 copy color: '#ED13F2'

red 237 ◦ green 19 ◦ blue 242

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

Shades of Magenta #ED13F2

Tints of Magenta #ED13F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 47.59%
G = 3.82%
B = 48.59%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED13F2 (or 0xED13F2) is known color: Magenta. HEX triplet: ED, 13 and F2. RGB value is (237,19,242). Sum of RGB (Red+Green+Blue) = 237+19+242=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED13F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED13F2 is #12EC0D. Grayscale: #6C6C6C. Windows color (decimal): -1240078 or 15864813. OLE color: 15864813.

HSL color Cylindrical-coordinate representation of color #ED13F2: hue angle of 298.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED13F2 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 19 242 -
CMYK 0.02 0.92 0 0.05
HSL 298.65º 0.9% 0.51% -
HSV(B) 298.65º 0.92% 0.95% -
XYZ 51.18 24.88 86.11 -
YUV 109.6 202.72 218.87 -
System Red Green Blue C M Y K H S L
Decimal 237 19 242 0.02 0.92 0 0.05 298.65 0.9 0.51
Hex ED 13 F2 2 5C 0 5 12B 5A 33
Octal 355 23 362 2 134 0 5 453 132 63
Binary 11101101 10011 11110010 10 1011100 0 101 100101011 1011010 110011

Color Harmonies of #ED13F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED13F2

Black with #ED13F2

Text Example


Text Example

White with #ED13F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED13F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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