Html Css Color HEX #ED10F3 Magenta

📋 copy color: '#ED10F3'

red 237 ◦ green 16 ◦ blue 243

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

Shades of Magenta #ED10F3

Tints of Magenta #ED10F3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.23%

 BLUE value IS 243 (95.31% from 255) = 48.99%

R = 47.78%
G = 3.23%
B = 48.99%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED10F3 (or 0xED10F3) is known color: Magenta. HEX triplet: ED, 10 and F3. RGB value is (237,16,243). Sum of RGB (Red+Green+Blue) = 237+16+243=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED10F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED10F3 is #12EF0C. Grayscale: #6B6B6B. Windows color (decimal): -1240845 or 15929581. OLE color: 15929581.

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

Color convert

RGB 237 16 243 -
CMYK 0.02 0.93 0 0.05
HSL 298.41º 0.9% 0.51% -
HSV(B) 298.41º 0.93% 0.95% -
XYZ 51.29 24.85 86.89 -
YUV 107.96 204.22 220.04 -
System Red Green Blue C M Y K H S L
Decimal 237 16 243 0.02 0.93 0 0.05 298.41 0.9 0.51
Hex ED 10 F3 2 5D 0 5 12A 5A 33
Octal 355 20 363 2 135 0 5 452 132 63
Binary 11101101 10000 11110011 10 1011101 0 101 100101010 1011010 110011

Color Harmonies of #ED10F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10F3

Black with #ED10F3

Text Example


Text Example

White with #ED10F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10F3; }

 p { color: rgb(237,16,243); }

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

background-color css

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

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

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

border-color css

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

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

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