Html Css Color HEX #EB10D8 Hot Magenta

📋 copy color: '#EB10D8'

red 235 ◦ green 16 ◦ blue 216

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

Shades of Hot Magenta #EB10D8

Tints of Hot Magenta #EB10D8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.43%

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

R = 50.32%
G = 3.43%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB10D8 (or 0xEB10D8) is known color: Hot Magenta. HEX triplet: EB, 10 and D8. RGB value is (235,16,216). Sum of RGB (Red+Green+Blue) = 235+16+216=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10D8 is #14EF27. Grayscale: #676767. Windows color (decimal): -1371944 or 14160107. OLE color: 14160107.

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

Color convert

RGB 235 16 216 -
CMYK 0 0.93 0.08 0.08
HSL 305.21º 0.87% 0.49% -
HSV(B) 305.21º 0.93% 0.92% -
XYZ 46.84 22.99 66.93 -
YUV 104.28 191.05 221.24 -
System Red Green Blue C M Y K H S L
Decimal 235 16 216 0 0.93 0.08 0.08 305.21 0.87 0.49
Hex EB 10 D8 0 5D 8 8 131 57 31
Octal 353 20 330 0 135 10 10 461 127 61
Binary 11101011 10000 11011000 0 1011101 1000 1000 100110001 1010111 110001

Color Harmonies of #EB10D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10D8

Black with #EB10D8

Text Example


Text Example

White with #EB10D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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