Html Css Color HEX #EF13DD Hot Magenta

📋 copy color: '#EF13DD'

red 239 ◦ green 19 ◦ blue 221

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

Shades of Hot Magenta #EF13DD

Tints of Hot Magenta #EF13DD

RGB

 RED value IS 239 (93.75% from 255) = 49.9%

 GREEN value IS 19 (7.81% from 255) = 3.97%

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

R = 49.9%
G = 3.97%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF13DD (or 0xEF13DD) is known color: Hot Magenta. HEX triplet: EF, 13 and DD. RGB value is (239,19,221). Sum of RGB (Red+Green+Blue) = 239+19+221=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13DD is #10EC22. Grayscale: #6B6B6B. Windows color (decimal): -1109027 or 14488559. OLE color: 14488559.

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

Color convert

RGB 239 19 221 -
CMYK 0 0.92 0.08 0.06
HSL 304.91º 0.87% 0.51% -
HSV(B) 304.91º 0.92% 0.94% -
XYZ 48.88 24.04 70.47 -
YUV 107.81 191.89 221.57 -
System Red Green Blue C M Y K H S L
Decimal 239 19 221 0 0.92 0.08 0.06 304.91 0.87 0.51
Hex EF 13 DD 0 5C 8 6 131 57 33
Octal 357 23 335 0 134 10 6 461 127 63
Binary 11101111 10011 11011101 0 1011100 1000 110 100110001 1010111 110011

Color Harmonies of #EF13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13DD

Black with #EF13DD

Text Example


Text Example

White with #EF13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13DD; }

 p { color: rgb(239,19,221); }

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

background-color css

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

 a { background-color: rgb(239,19,221); }

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

border-color css

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

 span { border-color: rgb(239,19,221); }

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