Html Css Color HEX #EB10D2 Hot Magenta

📋 copy color: '#EB10D2'

red 235 ◦ green 16 ◦ blue 210

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

Shades of Hot Magenta #EB10D2

Tints of Hot Magenta #EB10D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 50.98%
G = 3.47%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB10D2 (or 0xEB10D2) is known color: Hot Magenta. HEX triplet: EB, 10 and D2. RGB value is (235,16,210). Sum of RGB (Red+Green+Blue) = 235+16+210=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10D2 is #14EF2D. Grayscale: #676767. Windows color (decimal): -1371950 or 13766891. OLE color: 13766891.

HSL color Cylindrical-coordinate representation of color #EB10D2: hue angle of 306.85º 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 #EB10D2 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 16 210 -
CMYK 0 0.93 0.11 0.08
HSL 306.85º 0.87% 0.49% -
HSV(B) 306.85º 0.93% 0.92% -
XYZ 46.08 22.69 62.92 -
YUV 103.6 188.05 221.73 -
System Red Green Blue C M Y K H S L
Decimal 235 16 210 0 0.93 0.11 0.08 306.85 0.87 0.49
Hex EB 10 D2 0 5D B 8 133 57 31
Octal 353 20 322 0 135 13 10 463 127 61
Binary 11101011 10000 11010010 0 1011101 1011 1000 100110011 1010111 110001

Color Harmonies of #EB10D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10D2

Black with #EB10D2

Text Example


Text Example

White with #EB10D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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