Html Css Color HEX #EB03DB Hot Magenta

📋 copy color: '#EB03DB'

red 235 ◦ green 3 ◦ blue 219

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

Shades of Hot Magenta #EB03DB

Tints of Hot Magenta #EB03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 51.42%
G = 0.66%
B = 47.92%

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

#EB03DB (or 0xEB03DB) is known color: Hot Magenta. HEX triplet: EB, 03 and DB. RGB value is (235,3,219). Sum of RGB (Red+Green+Blue) = 235+3+219=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB03DB is #14FC24. Grayscale: #606060. Windows color (decimal): -1375269 or 14353387. OLE color: 14353387.

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

Color convert

RGB 235 3 219 -
CMYK 0 0.99 0.07 0.08
HSL 304.14º 0.97% 0.47% -
HSV(B) 304.14º 0.99% 0.92% -
XYZ 47.08 22.84 68.95 -
YUV 96.99 196.86 226.44 -
System Red Green Blue C M Y K H S L
Decimal 235 3 219 0 0.99 0.07 0.08 304.14 0.97 0.47
Hex EB 3 DB 0 63 7 8 130 61 2F
Octal 353 3 333 0 143 7 10 460 141 57
Binary 11101011 11 11011011 0 1100011 111 1000 100110000 1100001 101111

Color Harmonies of #EB03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB03DB

Black with #EB03DB

Text Example


Text Example

White with #EB03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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