Html Css Color HEX #ED0EEB Magenta

📋 copy color: '#ED0EEB'

red 237 ◦ green 14 ◦ blue 235

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

Shades of Magenta #ED0EEB

Tints of Magenta #ED0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.88%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 48.77%
G = 2.88%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED0EEB (or 0xED0EEB) is known color: Magenta. HEX triplet: ED, 0E and EB. RGB value is (237,14,235). Sum of RGB (Red+Green+Blue) = 237+14+235=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EEB is #12F114. Grayscale: #696969. Windows color (decimal): -1241365 or 15404781. OLE color: 15404781.

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

Color convert

RGB 237 14 235 -
CMYK 0 0.94 0.01 0.07
HSL 300.54º 0.89% 0.49% -
HSV(B) 300.54º 0.94% 0.93% -
XYZ 50.08 24.32 80.65 -
YUV 105.87 200.88 221.53 -
System Red Green Blue C M Y K H S L
Decimal 237 14 235 0 0.94 0.01 0.07 300.54 0.89 0.49
Hex ED E EB 0 5E 1 7 12D 59 31
Octal 355 16 353 0 136 1 7 455 131 61
Binary 11101101 1110 11101011 0 1011110 1 111 100101101 1011001 110001

Color Harmonies of #ED0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EEB

Black with #ED0EEB

Text Example


Text Example

White with #ED0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EEB; }

 p { color: rgb(237,14,235); }

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

background-color css

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

 a { background-color: rgb(237,14,235); }

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

border-color css

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

 span { border-color: rgb(237,14,235); }

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