#EF8CD9

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

Shades of Pale Magenta #EF8CD9

Tints of Pale Magenta #EF8CD9

Color information

#EF8CD9 (or 0xEF8CD9) is unknown color: approx Pale Magenta. HEX triplet: EF, 8C and D9. RGB value is (239,140,217). Sum of RGB (Red+Green+Blue) = 239+140+217=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CD9 is #107326. Grayscale: #B2B2B2. Windows color (decimal): -1078055 or 14257391. OLE color: 14257391.

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

Color convert

RGB239140217-
CMYK00.410.090.06
HSL313.33º75.57%74.31%-
HSV(B)313.33º41.42%93.73%-
XYZ57.542.1270.74-
YUV178.38149.8171.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 140 (55.08% from 255) = 23.49%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=40.10%
G=23.49%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914021700.410.090.06313.3375.5774.31
HexEF8CD9029961394c4a
Octal357214331051116471114112
Binary1110111110001100110110010101001100111010011100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CD9; }

 p { color: rgb(239,140,217); }

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

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

 a { background-color: rgb(239,140,217); }

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

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

 span { border-color: rgb(239,140,217); }

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