Html Css Color HEX #ED0BE0 Hot Magenta

📋 copy color: '#ED0BE0'

red 237 ◦ green 11 ◦ blue 224

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

Shades of Hot Magenta #ED0BE0

Tints of Hot Magenta #ED0BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 50.21%
G = 2.33%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED0BE0 (or 0xED0BE0) is known color: Hot Magenta. HEX triplet: ED, 0B and E0. RGB value is (237,11,224). Sum of RGB (Red+Green+Blue) = 237+11+224=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BE0 is #12F41F. Grayscale: #666666. Windows color (decimal): -1242144 or 14683117. OLE color: 14683117.

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

Color convert

RGB 237 11 224 -
CMYK 0 0.95 0.05 0.07
HSL 303.45º 0.91% 0.49% -
HSV(B) 303.45º 0.95% 0.93% -
XYZ 48.5 23.63 72.53 -
YUV 102.86 196.37 223.68 -
System Red Green Blue C M Y K H S L
Decimal 237 11 224 0 0.95 0.05 0.07 303.45 0.91 0.49
Hex ED B E0 0 5F 5 7 12F 5B 31
Octal 355 13 340 0 137 5 7 457 133 61
Binary 11101101 1011 11100000 0 1011111 101 111 100101111 1011011 110001

Color Harmonies of #ED0BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BE0

Black with #ED0BE0

Text Example


Text Example

White with #ED0BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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