#EF92DB

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

Shades of Pale Magenta #EF92DB

Tints of Pale Magenta #EF92DB

Color information

#EF92DB (or 0xEF92DB) is unknown color: approx Pale Magenta. HEX triplet: EF, 92 and DB. RGB value is (239,146,219). Sum of RGB (Red+Green+Blue) = 239+146+219=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92DB is #106D24. Grayscale: #B5B5B5. Windows color (decimal): -1076517 or 14389999. OLE color: 14389999.

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

Color convert

RGB239146219-
CMYK00.390.080.06
HSL312.9º74.4%75.49%-
HSV(B)312.9º38.91%93.73%-
XYZ58.6644.0272.42-
YUV182.13148.81168.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 146 (57.42% from 255) = 24.17%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=39.57%
G=24.17%
B=36.26%

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
Decimal23914621900.390.080.06312.974.475.49
HexEF92DB027861394a4b
Octal357222333047106471112113
Binary1110111110010010110110110100111100011010011100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92DB; }

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

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

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

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

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

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

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

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