Html Css Color HEX #EB0DDD Hot Magenta

📋 copy color: '#EB0DDD'

red 235 ◦ green 13 ◦ blue 221

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

Shades of Hot Magenta #EB0DDD

Tints of Hot Magenta #EB0DDD

RGB

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

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

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

R = 50.11%
G = 2.77%
B = 47.12%

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

#EB0DDD (or 0xEB0DDD) is known color: Hot Magenta. HEX triplet: EB, 0D and DD. RGB value is (235,13,221). Sum of RGB (Red+Green+Blue) = 235+13+221=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DDD is #14F222. Grayscale: #666666. Windows color (decimal): -1372707 or 14487019. OLE color: 14487019.

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

Color convert

RGB 235 13 221 -
CMYK 0 0.94 0.06 0.08
HSL 303.78º 0.9% 0.49% -
HSV(B) 303.78º 0.94% 0.92% -
XYZ 47.46 23.17 70.38 -
YUV 103.09 194.55 222.09 -
System Red Green Blue C M Y K H S L
Decimal 235 13 221 0 0.94 0.06 0.08 303.78 0.9 0.49
Hex EB D DD 0 5E 6 8 130 5A 31
Octal 353 15 335 0 136 6 10 460 132 61
Binary 11101011 1101 11011101 0 1011110 110 1000 100110000 1011010 110001

Color Harmonies of #EB0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0DDD

Black with #EB0DDD

Text Example


Text Example

White with #EB0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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