Html Css Color HEX #EB09DB Hot Magenta

📋 copy color: '#EB09DB'

red 235 ◦ green 9 ◦ blue 219

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

Shades of Hot Magenta #EB09DB

Tints of Hot Magenta #EB09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.94%

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

R = 50.76%
G = 1.94%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB09DB (or 0xEB09DB) is known color: Hot Magenta. HEX triplet: EB, 09 and DB. RGB value is (235,9,219). Sum of RGB (Red+Green+Blue) = 235+9+219=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB09DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB09DB is #14F624. Grayscale: #636363. Windows color (decimal): -1373733 or 14354923. OLE color: 14354923.

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

Color convert

RGB 235 9 219 -
CMYK 0 0.96 0.07 0.08
HSL 304.25º 0.93% 0.48% -
HSV(B) 304.25º 0.96% 0.92% -
XYZ 47.14 22.97 68.97 -
YUV 100.51 194.87 223.92 -
System Red Green Blue C M Y K H S L
Decimal 235 9 219 0 0.96 0.07 0.08 304.25 0.93 0.48
Hex EB 9 DB 0 60 7 8 130 5D 30
Octal 353 11 333 0 140 7 10 460 135 60
Binary 11101011 1001 11011011 0 1100000 111 1000 100110000 1011101 110000

Color Harmonies of #EB09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB09DB

Black with #EB09DB

Text Example


Text Example

White with #EB09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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