Html Css Color HEX #EB00DD Hot Magenta

📋 copy color: '#EB00DD'

red 235 ◦ green 0 ◦ blue 221

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

Shades of Hot Magenta #EB00DD

Tints of Hot Magenta #EB00DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 51.54%
G = 0%
B = 48.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB00DD (or 0xEB00DD) is known color: Hot Magenta. HEX triplet: EB, 00 and DD. RGB value is (235,0,221). Sum of RGB (Red+Green+Blue) = 235+0+221=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00DD is #14FF22. Grayscale: #5E5E5E. Windows color (decimal): -1376035 or 14483691. OLE color: 14483691.

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

Color convert

RGB 235 0 221 -
CMYK 0 1 0.06 0.08
HSL 303.57º 1% 0.46% -
HSV(B) 303.57º 1% 0.92% -
XYZ 47.31 22.88 70.33 -
YUV 95.46 198.86 227.53 -
System Red Green Blue C M Y K H S L
Decimal 235 0 221 0 1 0.06 0.08 303.57 1 0.46
Hex EB 0 DD 0 64 6 8 130 64 2E
Octal 353 0 335 0 144 6 10 460 144 56
Binary 11101011 0 11011101 0 1100100 110 1000 100110000 1100100 101110

Color Harmonies of #EB00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00DD

Black with #EB00DD

Text Example


Text Example

White with #EB00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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