Html Css Color HEX #EB08D3 Hot Magenta

📋 copy color: '#EB08D3'

red 235 ◦ green 8 ◦ blue 211

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

Shades of Hot Magenta #EB08D3

Tints of Hot Magenta #EB08D3

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.76%

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

R = 51.76%
G = 1.76%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB08D3 (or 0xEB08D3) is known color: Hot Magenta. HEX triplet: EB, 08 and D3. RGB value is (235,8,211). Sum of RGB (Red+Green+Blue) = 235+8+211=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB08D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB08D3 is #14F72C. Grayscale: #626262. Windows color (decimal): -1373997 or 13830379. OLE color: 13830379.

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

Color convert

RGB 235 8 211 -
CMYK 0 0.97 0.10 0.08
HSL 306.34º 0.93% 0.48% -
HSV(B) 306.34º 0.97% 0.92% -
XYZ 46.11 22.54 63.55 -
YUV 99.02 191.21 224.99 -
System Red Green Blue C M Y K H S L
Decimal 235 8 211 0 0.97 0.10 0.08 306.34 0.93 0.48
Hex EB 8 D3 0 61 A 8 132 5D 30
Octal 353 10 323 0 141 12 10 462 135 60
Binary 11101011 1000 11010011 0 1100001 1010 1000 100110010 1011101 110000

Color Harmonies of #EB08D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB08D3

Black with #EB08D3

Text Example


Text Example

White with #EB08D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB08D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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