Html Css Color HEX #EB17DB Hot Magenta

📋 copy color: '#EB17DB'

red 235 ◦ green 23 ◦ blue 219

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

Shades of Hot Magenta #EB17DB

Tints of Hot Magenta #EB17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.82%

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

R = 49.27%
G = 4.82%
B = 45.91%

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

#EB17DB (or 0xEB17DB) is known color: Hot Magenta. HEX triplet: EB, 17 and DB. RGB value is (235,23,219). Sum of RGB (Red+Green+Blue) = 235+23+219=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17DB is #14E824. Grayscale: #6C6C6C. Windows color (decimal): -1370149 or 14358507. OLE color: 14358507.

HSL color Cylindrical-coordinate representation of color #EB17DB: hue angle of 304.53º 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 #EB17DB is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 219 -
CMYK 0 0.90 0.07 0.08
HSL 304.53º 0.84% 0.51% -
HSV(B) 304.53º 0.9% 0.92% -
XYZ 47.35 23.39 69.04 -
YUV 108.73 190.24 218.06 -
System Red Green Blue C M Y K H S L
Decimal 235 23 219 0 0.90 0.07 0.08 304.53 0.84 0.51
Hex EB 17 DB 0 5A 7 8 131 54 33
Octal 353 27 333 0 132 7 10 461 124 63
Binary 11101011 10111 11011011 0 1011010 111 1000 100110001 1010100 110011

Color Harmonies of #EB17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB17DB

Black with #EB17DB

Text Example


Text Example

White with #EB17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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