Html Css Color HEX #EB18DB Hot Magenta

📋 copy color: '#EB18DB'

red 235 ◦ green 24 ◦ blue 219

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

Shades of Hot Magenta #EB18DB

Tints of Hot Magenta #EB18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.02%

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

R = 49.16%
G = 5.02%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB18DB (or 0xEB18DB) is known color: Hot Magenta. HEX triplet: EB, 18 and DB. RGB value is (235,24,219). Sum of RGB (Red+Green+Blue) = 235+24+219=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18DB is #14E724. Grayscale: #6C6C6C. Windows color (decimal): -1369893 or 14358763. OLE color: 14358763.

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

Color convert

RGB 235 24 219 -
CMYK 0 0.90 0.07 0.08
HSL 304.55º 0.84% 0.51% -
HSV(B) 304.55º 0.9% 0.92% -
XYZ 47.37 23.43 69.04 -
YUV 109.32 189.9 217.64 -
System Red Green Blue C M Y K H S L
Decimal 235 24 219 0 0.90 0.07 0.08 304.55 0.84 0.51
Hex EB 18 DB 0 5A 7 8 131 54 33
Octal 353 30 333 0 132 7 10 461 124 63
Binary 11101011 11000 11011011 0 1011010 111 1000 100110001 1010100 110011

Color Harmonies of #EB18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18DB

Black with #EB18DB

Text Example


Text Example

White with #EB18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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