#EF1ADE

Color #EF1ADE Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EF1ADE

Tints of Hot Magenta #EF1ADE

Color information

#EF1ADE (or 0xEF1ADE) is unknown color: approx Hot Magenta. HEX triplet: EF, 1A and DE. RGB value is (239,26,222). Sum of RGB (Red+Green+Blue) = 239+26+222=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ADE is #10E521. Grayscale: #6F6F6F. Windows color (decimal): -1107234 or 14555887. OLE color: 14555887.

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

Color convert

RGB23926222-
CMYK00.890.070.06
HSL304.79º86.94%51.96%-
HSV(B)304.79º89.12%93.73%-
XYZ49.1524.3671.22-
YUV112.03190.07218.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.08%
GREEN value IS 26 (10.55% from 255) = 5.34%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=49.08%
G=5.34%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392622200.890.070.06304.7986.9451.96
HexEF1ADE059761315734
Octal3573233601317646112764
Binary111011111101011011110010110011111101001100011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1ADE; }

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

 H1.HeaderClassName
 {
   color: #EF1ADE;
 }
 .AnyTagClassName
 {
   color: #EF1ADE;
 }
</style>
background-color css

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

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

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

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

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

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