Html Css Color HEX #EB00C9 Hot Magenta

📋 copy color: '#EB00C9'

red 235 ◦ green 0 ◦ blue 201

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

Shades of Hot Magenta #EB00C9

Tints of Hot Magenta #EB00C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 53.9%
G = 0%
B = 46.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB00C9 (or 0xEB00C9) is known color: Hot Magenta. HEX triplet: EB, 00 and C9. RGB value is (235,0,201). Sum of RGB (Red+Green+Blue) = 235+0+201=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00C9 is #14FF36. Grayscale: #5C5C5C. Windows color (decimal): -1376055 or 13172971. OLE color: 13172971.

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

Color convert

RGB 235 0 201 -
CMYK 0 1 0.14 0.08
HSL 308.68º 1% 0.46% -
HSV(B) 308.68º 1% 0.92% -
XYZ 44.8 21.88 57.12 -
YUV 93.18 188.86 229.16 -
System Red Green Blue C M Y K H S L
Decimal 235 0 201 0 1 0.14 0.08 308.68 1 0.46
Hex EB 0 C9 0 64 E 8 135 64 2E
Octal 353 0 311 0 144 16 10 465 144 56
Binary 11101011 0 11001001 0 1100100 1110 1000 100110101 1100100 101110

Color Harmonies of #EB00C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00C9

Black with #EB00C9

Text Example


Text Example

White with #EB00C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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