Html Css Color HEX #ED1BF3 Magenta

📋 copy color: '#ED1BF3'

red 237 ◦ green 27 ◦ blue 243

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

Shades of Magenta #ED1BF3

Tints of Magenta #ED1BF3

RGB

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

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

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

R = 46.75%
G = 5.33%
B = 47.93%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED1BF3 (or 0xED1BF3) is known color: Magenta. HEX triplet: ED, 1B and F3. RGB value is (237,27,243). Sum of RGB (Red+Green+Blue) = 237+27+243=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 27 (10.94% from 255 or 5.33% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED1BF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1BF3 is #12E40C. Grayscale: #717171. Windows color (decimal): -1238029 or 15932397. OLE color: 15932397.

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

Color convert

RGB 237 27 243 -
CMYK 0.02 0.89 0 0.05
HSL 298.33º 0.9% 0.53% -
HSV(B) 298.33º 0.89% 0.95% -
XYZ 51.49 25.26 86.96 -
YUV 114.41 200.57 215.44 -
System Red Green Blue C M Y K H S L
Decimal 237 27 243 0.02 0.89 0 0.05 298.33 0.9 0.53
Hex ED 1B F3 2 59 0 5 12A 5A 35
Octal 355 33 363 2 131 0 5 452 132 65
Binary 11101101 11011 11110011 10 1011001 0 101 100101010 1011010 110101

Color Harmonies of #ED1BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1BF3

Black with #ED1BF3

Text Example


Text Example

White with #ED1BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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