Html Css Color HEX #EB16DB Hot Magenta

📋 copy color: '#EB16DB'

red 235 ◦ green 22 ◦ blue 219

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

Shades of Hot Magenta #EB16DB

Tints of Hot Magenta #EB16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.62%

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

R = 49.37%
G = 4.62%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB16DB (or 0xEB16DB) is known color: Hot Magenta. HEX triplet: EB, 16 and DB. RGB value is (235,22,219). Sum of RGB (Red+Green+Blue) = 235+22+219=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16DB is #14E924. Grayscale: #6B6B6B. Windows color (decimal): -1370405 or 14358251. OLE color: 14358251.

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

Color convert

RGB 235 22 219 -
CMYK 0 0.91 0.07 0.08
HSL 304.51º 0.84% 0.5% -
HSV(B) 304.51º 0.91% 0.92% -
XYZ 47.33 23.35 69.03 -
YUV 108.15 190.57 218.48 -
System Red Green Blue C M Y K H S L
Decimal 235 22 219 0 0.91 0.07 0.08 304.51 0.84 0.5
Hex EB 16 DB 0 5B 7 8 131 54 32
Octal 353 26 333 0 133 7 10 461 124 62
Binary 11101011 10110 11011011 0 1011011 111 1000 100110001 1010100 110010

Color Harmonies of #EB16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB16DB

Black with #EB16DB

Text Example


Text Example

White with #EB16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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