#EF05CD

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

Shades of Hot Magenta #EF05CD

Tints of Hot Magenta #EF05CD

Color information

#EF05CD (or 0xEF05CD) is unknown color: approx Hot Magenta. HEX triplet: EF, 05 and CD. RGB value is (239,5,205). Sum of RGB (Red+Green+Blue) = 239+5+205=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF05CD is #10FA32. Grayscale: #616161. Windows color (decimal): -1112627 or 13436399. OLE color: 13436399.

HSL color Cylindrical-coordinate representation of color #EF05CD: hue angle of 308.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05CD is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB2395205-
CMYK00.980.140.06
HSL308.72º95.9%47.84%-
HSV(B)308.72º97.91%93.73%-
XYZ46.6722.8759.71-
YUV97.77188.52228.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 5 (2.34% from 255) = 1.11%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=53.23%
G=1.11%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239520500.980.140.06308.7295.947.84
HexEF5CD062E61356030
Octal3575315014216646514060
Binary11101111101110011010110001011101101001101011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF05CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF05CD; }

 p { color: rgb(239,5,205); }

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

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

 a { background-color: rgb(239,5,205); }

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

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

 span { border-color: rgb(239,5,205); }

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