#EF06C7

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

Shades of Hot Magenta #EF06C7

Tints of Hot Magenta #EF06C7

Color information

#EF06C7 (or 0xEF06C7) is unknown color: approx Hot Magenta. HEX triplet: EF, 06 and C7. RGB value is (239,6,199). Sum of RGB (Red+Green+Blue) = 239+6+199=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06C7 is #10F938. Grayscale: #616161. Windows color (decimal): -1112377 or 13043439. OLE color: 13043439.

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

Color convert

RGB2396199-
CMYK00.970.170.06
HSL310.3º95.1%48.04%-
HSV(B)310.3º97.49%93.73%-
XYZ45.9722.655.97-
YUV97.67185.19228.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.83%
GREEN value IS 6 (2.73% from 255) = 1.35%
BLUE value IS 199 (78.12% from 255) = 44.82%
R=53.83%
G=1.35%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239619900.970.170.06310.395.148.04
HexEF6C70611161365f30
Octal3576307014121646613760
Binary111011111101100011101100001100011101001101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF06C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF06C7; }

 p { color: rgb(239,6,199); }

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

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

 a { background-color: rgb(239,6,199); }

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

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

 span { border-color: rgb(239,6,199); }

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