Html Css Color HEX #EB0ED8 Hot Magenta

📋 copy color: '#EB0ED8'

red 235 ◦ green 14 ◦ blue 216

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

Shades of Hot Magenta #EB0ED8

Tints of Hot Magenta #EB0ED8

RGB

 RED value IS 235 (92.19% from 255) = 50.54%

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

 BLUE value IS 216 (84.77% from 255) = 46.45%

R = 50.54%
G = 3.01%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB0ED8 (or 0xEB0ED8) is known color: Hot Magenta. HEX triplet: EB, 0E and D8. RGB value is (235,14,216). Sum of RGB (Red+Green+Blue) = 235+14+216=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ED8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ED8 is #14F127. Grayscale: #666666. Windows color (decimal): -1372456 or 14159595. OLE color: 14159595.

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

Color convert

RGB 235 14 216 -
CMYK 0 0.94 0.08 0.08
HSL 305.16º 0.89% 0.49% -
HSV(B) 305.16º 0.94% 0.92% -
XYZ 46.81 22.93 66.93 -
YUV 103.11 191.72 222.07 -
System Red Green Blue C M Y K H S L
Decimal 235 14 216 0 0.94 0.08 0.08 305.16 0.89 0.49
Hex EB E D8 0 5E 8 8 131 59 31
Octal 353 16 330 0 136 10 10 461 131 61
Binary 11101011 1110 11011000 0 1011110 1000 1000 100110001 1011001 110001

Color Harmonies of #EB0ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0ED8

Black with #EB0ED8

Text Example


Text Example

White with #EB0ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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