Html Css Color HEX #ED1DF3 Magenta

📋 copy color: '#ED1DF3'

red 237 ◦ green 29 ◦ blue 243

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

Shades of Magenta #ED1DF3

Tints of Magenta #ED1DF3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.7%

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

R = 46.56%
G = 5.7%
B = 47.74%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED1DF3 (or 0xED1DF3) is known color: Magenta. HEX triplet: ED, 1D and F3. RGB value is (237,29,243). Sum of RGB (Red+Green+Blue) = 237+29+243=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 29 (11.72% from 255 or 5.70% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED1DF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1DF3 is #12E20C. Grayscale: #727272. Windows color (decimal): -1237517 or 15932909. OLE color: 15932909.

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

Color convert

RGB 237 29 243 -
CMYK 0.02 0.88 0 0.05
HSL 298.32º 0.9% 0.53% -
HSV(B) 298.32º 0.88% 0.95% -
XYZ 51.54 25.35 86.97 -
YUV 115.59 199.91 214.6 -
System Red Green Blue C M Y K H S L
Decimal 237 29 243 0.02 0.88 0 0.05 298.32 0.9 0.53
Hex ED 1D F3 2 58 0 5 12A 5A 35
Octal 355 35 363 2 130 0 5 452 132 65
Binary 11101101 11101 11110011 10 1011000 0 101 100101010 1011010 110101

Color Harmonies of #ED1DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1DF3

Black with #ED1DF3

Text Example


Text Example

White with #ED1DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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