Html Css Color HEX #EB0DD0 Hot Magenta

📋 copy color: '#EB0DD0'

red 235 ◦ green 13 ◦ blue 208

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

Shades of Hot Magenta #EB0DD0

Tints of Hot Magenta #EB0DD0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.85%

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 51.54%
G = 2.85%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB0DD0 (or 0xEB0DD0) is known color: Hot Magenta. HEX triplet: EB, 0D and D0. RGB value is (235,13,208). Sum of RGB (Red+Green+Blue) = 235+13+208=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DD0 is #14F22F. Grayscale: #656565. Windows color (decimal): -1372720 or 13635051. OLE color: 13635051.

HSL color Cylindrical-coordinate representation of color #EB0DD0: hue angle of 307.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0DD0 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 13 208 -
CMYK 0 0.94 0.11 0.08
HSL 307.3º 0.9% 0.49% -
HSV(B) 307.3º 0.94% 0.92% -
XYZ 45.79 22.5 61.6 -
YUV 101.61 188.05 223.14 -
System Red Green Blue C M Y K H S L
Decimal 235 13 208 0 0.94 0.11 0.08 307.3 0.9 0.49
Hex EB D D0 0 5E B 8 133 5A 31
Octal 353 15 320 0 136 13 10 463 132 61
Binary 11101011 1101 11010000 0 1011110 1011 1000 100110011 1011010 110001

Color Harmonies of #EB0DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0DD0

Black with #EB0DD0

Text Example


Text Example

White with #EB0DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0DD0; }

 p { color: rgb(235,13,208); }

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

background-color css

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

 a { background-color: rgb(235,13,208); }

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

border-color css

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

 span { border-color: rgb(235,13,208); }

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