Html Css Color HEX #EB0DDC Hot Magenta

📋 copy color: '#EB0DDC'

red 235 ◦ green 13 ◦ blue 220

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

Shades of Hot Magenta #EB0DDC

Tints of Hot Magenta #EB0DDC

RGB

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

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

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

R = 50.21%
G = 2.78%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB0DDC (or 0xEB0DDC) is known color: Hot Magenta. HEX triplet: EB, 0D and DC. RGB value is (235,13,220). Sum of RGB (Red+Green+Blue) = 235+13+220=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DDC is #14F223. Grayscale: #666666. Windows color (decimal): -1372708 or 14421483. OLE color: 14421483.

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

Color convert

RGB 235 13 220 -
CMYK 0 0.94 0.06 0.08
HSL 304.05º 0.9% 0.49% -
HSV(B) 304.05º 0.94% 0.92% -
XYZ 47.32 23.12 69.68 -
YUV 102.98 194.05 222.17 -
System Red Green Blue C M Y K H S L
Decimal 235 13 220 0 0.94 0.06 0.08 304.05 0.9 0.49
Hex EB D DC 0 5E 6 8 130 5A 31
Octal 353 15 334 0 136 6 10 460 132 61
Binary 11101011 1101 11011100 0 1011110 110 1000 100110000 1011010 110001

Color Harmonies of #EB0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0DDC

Black with #EB0DDC

Text Example


Text Example

White with #EB0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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