#EF8CDA

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

Shades of Pale Magenta #EF8CDA

Tints of Pale Magenta #EF8CDA

Color information

#EF8CDA (or 0xEF8CDA) is unknown color: approx Pale Magenta. HEX triplet: EF, 8C and DA. RGB value is (239,140,218). Sum of RGB (Red+Green+Blue) = 239+140+218=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CDA is #107325. Grayscale: #B2B2B2. Windows color (decimal): -1078054 or 14322927. OLE color: 14322927.

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

Color convert

RGB239140218-
CMYK00.410.090.06
HSL312.73º75.57%74.31%-
HSV(B)312.73º41.42%93.73%-
XYZ57.6342.1771.43-
YUV178.49150.3171.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 140 (55.08% from 255) = 23.45%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=40.03%
G=23.45%
B=36.52%

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
Decimal23914021800.410.090.06312.7375.5774.31
HexEF8CDA029961394c4a
Octal357214332051116471114112
Binary1110111110001100110110100101001100111010011100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CDA; }

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

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

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

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

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

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

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

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