Html Css Color HEX #EB07DB Hot Magenta

📋 copy color: '#EB07DB'

red 235 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #EB07DB

Tints of Hot Magenta #EB07DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.52%

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

R = 50.98%
G = 1.52%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB07DB (or 0xEB07DB) is known color: Hot Magenta. HEX triplet: EB, 07 and DB. RGB value is (235,7,219). Sum of RGB (Red+Green+Blue) = 235+7+219=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB07DB is #14F824. Grayscale: #626262. Windows color (decimal): -1374245 or 14354411. OLE color: 14354411.

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

Color convert

RGB 235 7 219 -
CMYK 0 0.97 0.07 0.08
HSL 304.21º 0.94% 0.47% -
HSV(B) 304.21º 0.97% 0.92% -
XYZ 47.12 22.93 68.96 -
YUV 99.34 195.54 224.76 -
System Red Green Blue C M Y K H S L
Decimal 235 7 219 0 0.97 0.07 0.08 304.21 0.94 0.47
Hex EB 7 DB 0 61 7 8 130 5E 2F
Octal 353 7 333 0 141 7 10 460 136 57
Binary 11101011 111 11011011 0 1100001 111 1000 100110000 1011110 101111

Color Harmonies of #EB07DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB07DB

Black with #EB07DB

Text Example


Text Example

White with #EB07DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB07DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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