#EF92DC

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

Shades of Pale Magenta #EF92DC

Tints of Pale Magenta #EF92DC

Color information

#EF92DC (or 0xEF92DC) is unknown color: approx Pale Magenta. HEX triplet: EF, 92 and DC. RGB value is (239,146,220). Sum of RGB (Red+Green+Blue) = 239+146+220=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92DC is #106D23. Grayscale: #B6B6B6. Windows color (decimal): -1076516 or 14455535. OLE color: 14455535.

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

Color convert

RGB239146220-
CMYK00.390.080.06
HSL312.26º74.4%75.49%-
HSV(B)312.26º38.91%93.73%-
XYZ58.7944.0873.12-
YUV182.24149.31168.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 146 (57.42% from 255) = 24.13%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=39.50%
G=24.13%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914622000.390.080.06312.2674.475.49
HexEF92DC027861384a4b
Octal357222334047106470112113
Binary1110111110010010110111000100111100011010011100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92DC; }

 p { color: rgb(239,146,220); }

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

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

 a { background-color: rgb(239,146,220); }

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

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

 span { border-color: rgb(239,146,220); }

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