Html Css Color HEX #EB00D4 Hot Magenta

📋 copy color: '#EB00D4'

red 235 ◦ green 0 ◦ blue 212

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

Shades of Hot Magenta #EB00D4

Tints of Hot Magenta #EB00D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.43%

R = 52.57%
G = 0%
B = 47.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB00D4 (or 0xEB00D4) is known color: Hot Magenta. HEX triplet: EB, 00 and D4. RGB value is (235,0,212). Sum of RGB (Red+Green+Blue) = 235+0+212=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00D4 is #14FF2B. Grayscale: #5D5D5D. Windows color (decimal): -1376044 or 13893867. OLE color: 13893867.

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

Color convert

RGB 235 0 212 -
CMYK 0 1 0.10 0.08
HSL 305.87º 1% 0.46% -
HSV(B) 305.87º 1% 0.92% -
XYZ 46.14 22.42 64.18 -
YUV 94.43 194.36 228.26 -
System Red Green Blue C M Y K H S L
Decimal 235 0 212 0 1 0.10 0.08 305.87 1 0.46
Hex EB 0 D4 0 64 A 8 132 64 2E
Octal 353 0 324 0 144 12 10 462 144 56
Binary 11101011 0 11010100 0 1100100 1010 1000 100110010 1100100 101110

Color Harmonies of #EB00D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00D4

Black with #EB00D4

Text Example


Text Example

White with #EB00D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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