Html Css Color HEX #ED1BF0 Magenta

📋 copy color: '#ED1BF0'

red 237 ◦ green 27 ◦ blue 240

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

Shades of Magenta #ED1BF0

Tints of Magenta #ED1BF0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.36%

 BLUE value IS 240 (94.14% from 255) = 47.62%

R = 47.02%
G = 5.36%
B = 47.62%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED1BF0 (or 0xED1BF0) is known color: Magenta. HEX triplet: ED, 1B and F0. RGB value is (237,27,240). Sum of RGB (Red+Green+Blue) = 237+27+240=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED1BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1BF0 is #12E40F. Grayscale: #717171. Windows color (decimal): -1238032 or 15735789. OLE color: 15735789.

HSL color Cylindrical-coordinate representation of color #ED1BF0: hue angle of 299.15º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BF0 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 27 240 -
CMYK 0.01 0.89 0 0.06
HSL 299.15º 0.88% 0.52% -
HSV(B) 299.15º 0.89% 0.94% -
XYZ 51.05 25.08 84.59 -
YUV 114.07 199.07 215.68 -
System Red Green Blue C M Y K H S L
Decimal 237 27 240 0.01 0.89 0 0.06 299.15 0.88 0.52
Hex ED 1B F0 1 59 0 6 12B 58 34
Octal 355 33 360 1 131 0 6 453 130 64
Binary 11101101 11011 11110000 1 1011001 0 110 100101011 1011000 110100

Color Harmonies of #ED1BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1BF0

Black with #ED1BF0

Text Example


Text Example

White with #ED1BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1BF0; }

 p { color: rgb(237,27,240); }

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

background-color css

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

 a { background-color: rgb(237,27,240); }

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

border-color css

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

 span { border-color: rgb(237,27,240); }

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