Html Css Color HEX #EB05DB Hot Magenta

📋 copy color: '#EB05DB'

red 235 ◦ green 5 ◦ blue 219

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

Shades of Hot Magenta #EB05DB

Tints of Hot Magenta #EB05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 51.2%
G = 1.09%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB05DB (or 0xEB05DB) is known color: Hot Magenta. HEX triplet: EB, 05 and DB. RGB value is (235,5,219). Sum of RGB (Red+Green+Blue) = 235+5+219=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB05DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB05DB is #14FA24. Grayscale: #616161. Windows color (decimal): -1374757 or 14353899. OLE color: 14353899.

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

Color convert

RGB 235 5 219 -
CMYK 0 0.98 0.07 0.08
HSL 304.17º 0.96% 0.47% -
HSV(B) 304.17º 0.98% 0.92% -
XYZ 47.1 22.89 68.95 -
YUV 98.17 196.2 225.6 -
System Red Green Blue C M Y K H S L
Decimal 235 5 219 0 0.98 0.07 0.08 304.17 0.96 0.47
Hex EB 5 DB 0 62 7 8 130 60 2F
Octal 353 5 333 0 142 7 10 460 140 57
Binary 11101011 101 11011011 0 1100010 111 1000 100110000 1100000 101111

Color Harmonies of #EB05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB05DB

Black with #EB05DB

Text Example


Text Example

White with #EB05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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