Html Css Color HEX #EB10D3 Hot Magenta

📋 copy color: '#EB10D3'

red 235 ◦ green 16 ◦ blue 211

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

Shades of Hot Magenta #EB10D3

Tints of Hot Magenta #EB10D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.67%

R = 50.87%
G = 3.46%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB10D3 (or 0xEB10D3) is known color: Hot Magenta. HEX triplet: EB, 10 and D3. RGB value is (235,16,211). Sum of RGB (Red+Green+Blue) = 235+16+211=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10D3 is #14EF2C. Grayscale: #676767. Windows color (decimal): -1371949 or 13832427. OLE color: 13832427.

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

Color convert

RGB 235 16 211 -
CMYK 0 0.93 0.10 0.08
HSL 306.58º 0.87% 0.49% -
HSV(B) 306.58º 0.93% 0.92% -
XYZ 46.2 22.74 63.58 -
YUV 103.71 188.55 221.64 -
System Red Green Blue C M Y K H S L
Decimal 235 16 211 0 0.93 0.10 0.08 306.58 0.87 0.49
Hex EB 10 D3 0 5D A 8 133 57 31
Octal 353 20 323 0 135 12 10 463 127 61
Binary 11101011 10000 11010011 0 1011101 1010 1000 100110011 1010111 110001

Color Harmonies of #EB10D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10D3

Black with #EB10D3

Text Example


Text Example

White with #EB10D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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