Html Css Color HEX #EB02DB Hot Magenta

📋 copy color: '#EB02DB'

red 235 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #EB02DB

Tints of Hot Magenta #EB02DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 51.54%
G = 0.44%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB02DB (or 0xEB02DB) is known color: Hot Magenta. HEX triplet: EB, 02 and DB. RGB value is (235,2,219). Sum of RGB (Red+Green+Blue) = 235+2+219=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02DB is #14FD24. Grayscale: #5F5F5F. Windows color (decimal): -1375525 or 14353131. OLE color: 14353131.

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

Color convert

RGB 235 2 219 -
CMYK 0 0.99 0.07 0.08
HSL 304.12º 0.98% 0.46% -
HSV(B) 304.12º 0.99% 0.92% -
XYZ 47.07 22.82 68.94 -
YUV 96.41 197.19 226.86 -
System Red Green Blue C M Y K H S L
Decimal 235 2 219 0 0.99 0.07 0.08 304.12 0.98 0.46
Hex EB 2 DB 0 63 7 8 130 62 2E
Octal 353 2 333 0 143 7 10 460 142 56
Binary 11101011 10 11011011 0 1100011 111 1000 100110000 1100010 101110

Color Harmonies of #EB02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02DB

Black with #EB02DB

Text Example


Text Example

White with #EB02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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