Html Css Color HEX #EB08DB Hot Magenta

📋 copy color: '#EB08DB'

red 235 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #EB08DB

Tints of Hot Magenta #EB08DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 50.87%
G = 1.73%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB08DB (or 0xEB08DB) is known color: Hot Magenta. HEX triplet: EB, 08 and DB. RGB value is (235,8,219). Sum of RGB (Red+Green+Blue) = 235+8+219=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB08DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB08DB is #14F724. Grayscale: #636363. Windows color (decimal): -1373989 or 14354667. OLE color: 14354667.

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

Color convert

RGB 235 8 219 -
CMYK 0 0.97 0.07 0.08
HSL 304.23º 0.93% 0.48% -
HSV(B) 304.23º 0.97% 0.92% -
XYZ 47.13 22.95 68.96 -
YUV 99.93 195.21 224.34 -
System Red Green Blue C M Y K H S L
Decimal 235 8 219 0 0.97 0.07 0.08 304.23 0.93 0.48
Hex EB 8 DB 0 61 7 8 130 5D 30
Octal 353 10 333 0 141 7 10 460 135 60
Binary 11101011 1000 11011011 0 1100001 111 1000 100110000 1011101 110000

Color Harmonies of #EB08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB08DB

Black with #EB08DB

Text Example


Text Example

White with #EB08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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