Html Css Color HEX #EB0FDB Hot Magenta

📋 copy color: '#EB0FDB'

red 235 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #EB0FDB

Tints of Hot Magenta #EB0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.2%

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

R = 50.11%
G = 3.2%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB0FDB (or 0xEB0FDB) is known color: Hot Magenta. HEX triplet: EB, 0F and DB. RGB value is (235,15,219). Sum of RGB (Red+Green+Blue) = 235+15+219=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0FDB is #14F024. Grayscale: #676767. Windows color (decimal): -1372197 or 14356459. OLE color: 14356459.

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

Color convert

RGB 235 15 219 -
CMYK 0 0.94 0.07 0.08
HSL 304.36º 0.88% 0.49% -
HSV(B) 304.36º 0.94% 0.92% -
XYZ 47.22 23.12 68.99 -
YUV 104.04 192.89 221.41 -
System Red Green Blue C M Y K H S L
Decimal 235 15 219 0 0.94 0.07 0.08 304.36 0.88 0.49
Hex EB F DB 0 5E 7 8 130 58 31
Octal 353 17 333 0 136 7 10 460 130 61
Binary 11101011 1111 11011011 0 1011110 111 1000 100110000 1011000 110001

Color Harmonies of #EB0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0FDB

Black with #EB0FDB

Text Example


Text Example

White with #EB0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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