Html Css Color HEX #EB07D8 Hot Magenta

📋 copy color: '#EB07D8'

red 235 ◦ green 7 ◦ blue 216

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

Shades of Hot Magenta #EB07D8

Tints of Hot Magenta #EB07D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.16%

R = 51.31%
G = 1.53%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB07D8 (or 0xEB07D8) is known color: Hot Magenta. HEX triplet: EB, 07 and D8. RGB value is (235,7,216). Sum of RGB (Red+Green+Blue) = 235+7+216=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB07D8 is #14F827. Grayscale: #626262. Windows color (decimal): -1374248 or 14157803. OLE color: 14157803.

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

Color convert

RGB 235 7 216 -
CMYK 0 0.97 0.08 0.08
HSL 305º 0.94% 0.47% -
HSV(B) 305º 0.97% 0.92% -
XYZ 46.73 22.77 66.9 -
YUV 99 194.04 225.01 -
System Red Green Blue C M Y K H S L
Decimal 235 7 216 0 0.97 0.08 0.08 305 0.94 0.47
Hex EB 7 D8 0 61 8 8 131 5E 2F
Octal 353 7 330 0 141 10 10 461 136 57
Binary 11101011 111 11011000 0 1100001 1000 1000 100110001 1011110 101111

Color Harmonies of #EB07D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB07D8

Black with #EB07D8

Text Example


Text Example

White with #EB07D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB07D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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