Html Css Color HEX #EB00C3 Hot Magenta

📋 copy color: '#EB00C3'

red 235 ◦ green 0 ◦ blue 195

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

Shades of Hot Magenta #EB00C3

Tints of Hot Magenta #EB00C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.35%

R = 54.65%
G = 0%
B = 45.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB00C3 (or 0xEB00C3) is known color: Hot Magenta. HEX triplet: EB, 00 and C3. RGB value is (235,0,195). Sum of RGB (Red+Green+Blue) = 235+0+195=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00C3 is #14FF3C. Grayscale: #5B5B5B. Windows color (decimal): -1376061 or 12779755. OLE color: 12779755.

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

Color convert

RGB 235 0 195 -
CMYK 0 1 0.17 0.08
HSL 310.21º 1% 0.46% -
HSV(B) 310.21º 1% 0.92% -
XYZ 44.11 21.6 53.47 -
YUV 92.5 185.86 229.64 -
System Red Green Blue C M Y K H S L
Decimal 235 0 195 0 1 0.17 0.08 310.21 1 0.46
Hex EB 0 C3 0 64 11 8 136 64 2E
Octal 353 0 303 0 144 21 10 466 144 56
Binary 11101011 0 11000011 0 1100100 10001 1000 100110110 1100100 101110

Color Harmonies of #EB00C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00C3

Black with #EB00C3

Text Example


Text Example

White with #EB00C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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