Html Css Color HEX #EF1ADD Hot Magenta

📋 copy color: '#EF1ADD'

red 239 ◦ green 26 ◦ blue 221

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

Shades of Hot Magenta #EF1ADD

Tints of Hot Magenta #EF1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.35%

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

R = 49.18%
G = 5.35%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF1ADD (or 0xEF1ADD) is known color: Hot Magenta. HEX triplet: EF, 1A and DD. RGB value is (239,26,221). Sum of RGB (Red+Green+Blue) = 239+26+221=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ADD is #10E522. Grayscale: #6F6F6F. Windows color (decimal): -1107235 or 14490351. OLE color: 14490351.

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

Color convert

RGB 239 26 221 -
CMYK 0 0.89 0.08 0.06
HSL 305.07º 0.87% 0.52% -
HSV(B) 305.07º 0.89% 0.94% -
XYZ 49.02 24.31 70.52 -
YUV 111.92 189.57 218.64 -
System Red Green Blue C M Y K H S L
Decimal 239 26 221 0 0.89 0.08 0.06 305.07 0.87 0.52
Hex EF 1A DD 0 59 8 6 131 57 34
Octal 357 32 335 0 131 10 6 461 127 64
Binary 11101111 11010 11011101 0 1011001 1000 110 100110001 1010111 110100

Color Harmonies of #EF1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1ADD

Black with #EF1ADD

Text Example


Text Example

White with #EF1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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