Html Css Color HEX #EB14DD Hot Magenta

📋 copy color: '#EB14DD'

red 235 ◦ green 20 ◦ blue 221

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

Shades of Hot Magenta #EB14DD

Tints of Hot Magenta #EB14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.2%

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

R = 49.37%
G = 4.2%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB14DD (or 0xEB14DD) is known color: Hot Magenta. HEX triplet: EB, 14 and DD. RGB value is (235,20,221). Sum of RGB (Red+Green+Blue) = 235+20+221=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 20 (8.20% from 255 or 4.20% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB14DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB14DD is #14EB22. Grayscale: #6A6A6A. Windows color (decimal): -1370915 or 14488811. OLE color: 14488811.

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

Color convert

RGB 235 20 221 -
CMYK 0 0.91 0.06 0.08
HSL 303.91º 0.84% 0.5% -
HSV(B) 303.91º 0.91% 0.92% -
XYZ 47.56 23.38 70.41 -
YUV 107.2 192.23 219.16 -
System Red Green Blue C M Y K H S L
Decimal 235 20 221 0 0.91 0.06 0.08 303.91 0.84 0.5
Hex EB 14 DD 0 5B 6 8 130 54 32
Octal 353 24 335 0 133 6 10 460 124 62
Binary 11101011 10100 11011101 0 1011011 110 1000 100110000 1010100 110010

Color Harmonies of #EB14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB14DD

Black with #EB14DD

Text Example


Text Example

White with #EB14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB14DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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