Html Css Color HEX #ED1FF2 Magenta

📋 copy color: '#ED1FF2'

red 237 ◦ green 31 ◦ blue 242

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

Shades of Magenta #ED1FF2

Tints of Magenta #ED1FF2

RGB

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

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

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

R = 46.47%
G = 6.08%
B = 47.45%

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

#ED1FF2 (or 0xED1FF2) is known color: Magenta. HEX triplet: ED, 1F and F2. RGB value is (237,31,242). Sum of RGB (Red+Green+Blue) = 237+31+242=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED1FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FF2 is #12E00D. Grayscale: #747474. Windows color (decimal): -1237006 or 15867885. OLE color: 15867885.

HSL color Cylindrical-coordinate representation of color #ED1FF2: hue angle of 298.58º degrees, saturation: 0.89, 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 #ED1FF2 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 31 242 -
CMYK 0.02 0.87 0 0.05
HSL 298.58º 0.89% 0.54% -
HSV(B) 298.58º 0.87% 0.95% -
XYZ 51.44 25.4 86.19 -
YUV 116.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 237 31 242 0.02 0.87 0 0.05 298.58 0.89 0.54
Hex ED 1F F2 2 57 0 5 12B 59 36
Octal 355 37 362 2 127 0 5 453 131 66
Binary 11101101 11111 11110010 10 1010111 0 101 100101011 1011001 110110

Color Harmonies of #ED1FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FF2

Black with #ED1FF2

Text Example


Text Example

White with #ED1FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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