Html Css Color HEX #EB00DB Hot Magenta

📋 copy color: '#EB00DB'

red 235 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #EB00DB

Tints of Hot Magenta #EB00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.76%
G = 0%
B = 48.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB00DB (or 0xEB00DB) is known color: Hot Magenta. HEX triplet: EB, 00 and DB. RGB value is (235,0,219). Sum of RGB (Red+Green+Blue) = 235+0+219=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00DB is #14FF24. Grayscale: #5E5E5E. Windows color (decimal): -1376037 or 14352619. OLE color: 14352619.

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

Color convert

RGB 235 0 219 -
CMYK 0 1 0.07 0.08
HSL 304.09º 1% 0.46% -
HSV(B) 304.09º 1% 0.92% -
XYZ 47.05 22.78 68.93 -
YUV 95.23 197.86 227.69 -
System Red Green Blue C M Y K H S L
Decimal 235 0 219 0 1 0.07 0.08 304.09 1 0.46
Hex EB 0 DB 0 64 7 8 130 64 2E
Octal 353 0 333 0 144 7 10 460 144 56
Binary 11101011 0 11011011 0 1100100 111 1000 100110000 1100100 101110

Color Harmonies of #EB00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00DB

Black with #EB00DB

Text Example


Text Example

White with #EB00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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