Html Css Color HEX #EB00D6 Hot Magenta

📋 copy color: '#EB00D6'

red 235 ◦ green 0 ◦ blue 214

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

Shades of Hot Magenta #EB00D6

Tints of Hot Magenta #EB00D6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 214 (83.98% from 255) = 47.66%

R = 52.34%
G = 0%
B = 47.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB00D6 (or 0xEB00D6) is known color: Hot Magenta. HEX triplet: EB, 00 and D6. RGB value is (235,0,214). Sum of RGB (Red+Green+Blue) = 235+0+214=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00D6 is #14FF29. Grayscale: #5E5E5E. Windows color (decimal): -1376042 or 14024939. OLE color: 14024939.

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

Color convert

RGB 235 0 214 -
CMYK 0 1 0.09 0.08
HSL 305.36º 1% 0.46% -
HSV(B) 305.36º 1% 0.92% -
XYZ 46.4 22.52 65.52 -
YUV 94.66 195.36 228.1 -
System Red Green Blue C M Y K H S L
Decimal 235 0 214 0 1 0.09 0.08 305.36 1 0.46
Hex EB 0 D6 0 64 9 8 131 64 2E
Octal 353 0 326 0 144 11 10 461 144 56
Binary 11101011 0 11010110 0 1100100 1001 1000 100110001 1100100 101110

Color Harmonies of #EB00D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00D6

Black with #EB00D6

Text Example


Text Example

White with #EB00D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00D6; }

 p { color: rgb(235,0,214); }

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

background-color css

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

 a { background-color: rgb(235,0,214); }

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

border-color css

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

 span { border-color: rgb(235,0,214); }

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