Html Css Color HEX #EB19DD Hot Magenta

📋 copy color: '#EB19DD'

red 235 ◦ green 25 ◦ blue 221

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

Shades of Hot Magenta #EB19DD

Tints of Hot Magenta #EB19DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.2%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 48.86%
G = 5.2%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB19DD (or 0xEB19DD) is known color: Hot Magenta. HEX triplet: EB, 19 and DD. RGB value is (235,25,221). Sum of RGB (Red+Green+Blue) = 235+25+221=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19DD is #14E622. Grayscale: #6D6D6D. Windows color (decimal): -1369635 or 14490091. OLE color: 14490091.

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

Color convert

RGB 235 25 221 -
CMYK 0 0.89 0.06 0.08
HSL 304º 0.84% 0.51% -
HSV(B) 304º 0.89% 0.92% -
XYZ 47.66 23.58 70.45 -
YUV 110.13 190.57 217.06 -
System Red Green Blue C M Y K H S L
Decimal 235 25 221 0 0.89 0.06 0.08 304 0.84 0.51
Hex EB 19 DD 0 59 6 8 130 54 33
Octal 353 31 335 0 131 6 10 460 124 63
Binary 11101011 11001 11011101 0 1011001 110 1000 100110000 1010100 110011

Color Harmonies of #EB19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19DD

Black with #EB19DD

Text Example


Text Example

White with #EB19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19DD; }

 p { color: rgb(235,25,221); }

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

background-color css

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

 a { background-color: rgb(235,25,221); }

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

border-color css

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

 span { border-color: rgb(235,25,221); }

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