Html Css Color HEX #ED1FF3 Magenta

📋 copy color: '#ED1FF3'

red 237 ◦ green 31 ◦ blue 243

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

Shades of Magenta #ED1FF3

Tints of Magenta #ED1FF3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.07%

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

R = 46.38%
G = 6.07%
B = 47.55%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED1FF3 (or 0xED1FF3) is known color: Magenta. HEX triplet: ED, 1F and F3. RGB value is (237,31,243). Sum of RGB (Red+Green+Blue) = 237+31+243=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED1FF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FF3 is #12E00C. Grayscale: #747474. Windows color (decimal): -1237005 or 15933421. OLE color: 15933421.

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

Color convert

RGB 237 31 243 -
CMYK 0.02 0.87 0 0.05
HSL 298.3º 0.9% 0.54% -
HSV(B) 298.3º 0.87% 0.95% -
XYZ 51.59 25.46 86.99 -
YUV 116.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 237 31 243 0.02 0.87 0 0.05 298.3 0.9 0.54
Hex ED 1F F3 2 57 0 5 12A 5A 36
Octal 355 37 363 2 127 0 5 452 132 66
Binary 11101101 11111 11110011 10 1010111 0 101 100101010 1011010 110110

Color Harmonies of #ED1FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FF3

Black with #ED1FF3

Text Example


Text Example

White with #ED1FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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