Html Css Color HEX #EF19DD Hot Magenta

📋 copy color: '#EF19DD'

red 239 ◦ green 25 ◦ blue 221

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

Shades of Hot Magenta #EF19DD

Tints of Hot Magenta #EF19DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.15%

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

R = 49.28%
G = 5.15%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF19DD (or 0xEF19DD) is known color: Hot Magenta. HEX triplet: EF, 19 and DD. RGB value is (239,25,221). Sum of RGB (Red+Green+Blue) = 239+25+221=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 25 (10.16% from 255 or 5.15% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19DD is #10E622. Grayscale: #6E6E6E. Windows color (decimal): -1107491 or 14490095. OLE color: 14490095.

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

Color convert

RGB 239 25 221 -
CMYK 0 0.90 0.08 0.06
HSL 305.05º 0.87% 0.52% -
HSV(B) 305.05º 0.9% 0.94% -
XYZ 49 24.27 70.51 -
YUV 111.33 189.9 219.06 -
System Red Green Blue C M Y K H S L
Decimal 239 25 221 0 0.90 0.08 0.06 305.05 0.87 0.52
Hex EF 19 DD 0 5A 8 6 131 57 34
Octal 357 31 335 0 132 10 6 461 127 64
Binary 11101111 11001 11011101 0 1011010 1000 110 100110001 1010111 110100

Color Harmonies of #EF19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF19DD

Black with #EF19DD

Text Example


Text Example

White with #EF19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF19DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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