Html Css Color HEX #EB0ADC Hot Magenta

📋 copy color: '#EB0ADC'

red 235 ◦ green 10 ◦ blue 220

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

Shades of Hot Magenta #EB0ADC

Tints of Hot Magenta #EB0ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 50.54%
G = 2.15%
B = 47.31%

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

#EB0ADC (or 0xEB0ADC) is known color: Hot Magenta. HEX triplet: EB, 0A and DC. RGB value is (235,10,220). Sum of RGB (Red+Green+Blue) = 235+10+220=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ADC is #14F523. Grayscale: #646464. Windows color (decimal): -1373476 or 14420715. OLE color: 14420715.

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

Color convert

RGB 235 10 220 -
CMYK 0 0.96 0.06 0.08
HSL 304º 0.92% 0.48% -
HSV(B) 304º 0.96% 0.92% -
XYZ 47.29 23.05 69.67 -
YUV 101.22 195.04 223.42 -
System Red Green Blue C M Y K H S L
Decimal 235 10 220 0 0.96 0.06 0.08 304 0.92 0.48
Hex EB A DC 0 60 6 8 130 5C 30
Octal 353 12 334 0 140 6 10 460 134 60
Binary 11101011 1010 11011100 0 1100000 110 1000 100110000 1011100 110000

Color Harmonies of #EB0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0ADC

Black with #EB0ADC

Text Example


Text Example

White with #EB0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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