Html Css Color HEX #ED0BEF Magenta

📋 copy color: '#ED0BEF'

red 237 ◦ green 11 ◦ blue 239

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

Shades of Magenta #ED0BEF

Tints of Magenta #ED0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.26%

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 48.67%
G = 2.26%
B = 49.08%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED0BEF (or 0xED0BEF) is known color: Magenta. HEX triplet: ED, 0B and EF. RGB value is (237,11,239). Sum of RGB (Red+Green+Blue) = 237+11+239=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 11 (4.69% from 255 or 2.26% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED0BEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BEF is #12F410. Grayscale: #676767. Windows color (decimal): -1242129 or 15666157. OLE color: 15666157.

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

Color convert

RGB 237 11 239 -
CMYK 0.01 0.95 0 0.06
HSL 299.47º 0.91% 0.49% -
HSV(B) 299.47º 0.95% 0.94% -
XYZ 50.62 24.48 83.72 -
YUV 104.57 203.87 222.46 -
System Red Green Blue C M Y K H S L
Decimal 237 11 239 0.01 0.95 0 0.06 299.47 0.91 0.49
Hex ED B EF 1 5F 0 6 12B 5B 31
Octal 355 13 357 1 137 0 6 453 133 61
Binary 11101101 1011 11101111 1 1011111 0 110 100101011 1011011 110001

Color Harmonies of #ED0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BEF

Black with #ED0BEF

Text Example


Text Example

White with #ED0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BEF; }

 p { color: rgb(237,11,239); }

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

background-color css

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

 a { background-color: rgb(237,11,239); }

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

border-color css

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

 span { border-color: rgb(237,11,239); }

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