Html Css Color HEX #EB0ADE Hot Magenta

📋 copy color: '#EB0ADE'

red 235 ◦ green 10 ◦ blue 222

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

Shades of Hot Magenta #EB0ADE

Tints of Hot Magenta #EB0ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 50.32%
G = 2.14%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB0ADE (or 0xEB0ADE) is known color: Hot Magenta. HEX triplet: EB, 0A and DE. RGB value is (235,10,222). Sum of RGB (Red+Green+Blue) = 235+10+222=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ADE is #14F521. Grayscale: #646464. Windows color (decimal): -1373474 or 14551787. OLE color: 14551787.

HSL color Cylindrical-coordinate representation of color #EB0ADE: hue angle of 303.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0ADE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 10 222 -
CMYK 0 0.96 0.06 0.08
HSL 303.47º 0.92% 0.48% -
HSV(B) 303.47º 0.96% 0.92% -
XYZ 47.55 23.15 71.07 -
YUV 101.44 196.04 223.26 -
System Red Green Blue C M Y K H S L
Decimal 235 10 222 0 0.96 0.06 0.08 303.47 0.92 0.48
Hex EB A DE 0 60 6 8 12F 5C 30
Octal 353 12 336 0 140 6 10 457 134 60
Binary 11101011 1010 11011110 0 1100000 110 1000 100101111 1011100 110000

Color Harmonies of #EB0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0ADE

Black with #EB0ADE

Text Example


Text Example

White with #EB0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0ADE; }

 p { color: rgb(235,10,222); }

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

background-color css

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

 a { background-color: rgb(235,10,222); }

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

border-color css

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

 span { border-color: rgb(235,10,222); }

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