Html Css Color HEX #EB00CB Hot Magenta

📋 copy color: '#EB00CB'

red 235 ◦ green 0 ◦ blue 203

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

Shades of Hot Magenta #EB00CB

Tints of Hot Magenta #EB00CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 53.65%
G = 0%
B = 46.35%

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

#EB00CB (or 0xEB00CB) is known color: Hot Magenta. HEX triplet: EB, 00 and CB. RGB value is (235,0,203). Sum of RGB (Red+Green+Blue) = 235+0+203=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00CB is #14FF34. Grayscale: #5C5C5C. Windows color (decimal): -1376053 or 13304043. OLE color: 13304043.

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

Color convert

RGB 235 0 203 -
CMYK 0 1 0.14 0.08
HSL 308.17º 1% 0.46% -
HSV(B) 308.17º 1% 0.92% -
XYZ 45.04 21.97 58.37 -
YUV 93.41 189.86 228.99 -
System Red Green Blue C M Y K H S L
Decimal 235 0 203 0 1 0.14 0.08 308.17 1 0.46
Hex EB 0 CB 0 64 E 8 134 64 2E
Octal 353 0 313 0 144 16 10 464 144 56
Binary 11101011 0 11001011 0 1100100 1110 1000 100110100 1100100 101110

Color Harmonies of #EB00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00CB

Black with #EB00CB

Text Example


Text Example

White with #EB00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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