Html Css Color HEX #EB00C5 Hot Magenta

📋 copy color: '#EB00C5'

red 235 ◦ green 0 ◦ blue 197

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

Shades of Hot Magenta #EB00C5

Tints of Hot Magenta #EB00C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 54.4%
G = 0%
B = 45.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB00C5 (or 0xEB00C5) is known color: Hot Magenta. HEX triplet: EB, 00 and C5. RGB value is (235,0,197). Sum of RGB (Red+Green+Blue) = 235+0+197=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00C5 is #14FF3A. Grayscale: #5C5C5C. Windows color (decimal): -1376059 or 12910827. OLE color: 12910827.

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

Color convert

RGB 235 0 197 -
CMYK 0 1 0.16 0.08
HSL 309.7º 1% 0.46% -
HSV(B) 309.7º 1% 0.92% -
XYZ 44.34 21.69 54.67 -
YUV 92.72 186.86 229.48 -
System Red Green Blue C M Y K H S L
Decimal 235 0 197 0 1 0.16 0.08 309.7 1 0.46
Hex EB 0 C5 0 64 10 8 136 64 2E
Octal 353 0 305 0 144 20 10 466 144 56
Binary 11101011 0 11000101 0 1100100 10000 1000 100110110 1100100 101110

Color Harmonies of #EB00C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00C5

Black with #EB00C5

Text Example


Text Example

White with #EB00C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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