#EF8DD3

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

Shades of Pale Magenta #EF8DD3

Tints of Pale Magenta #EF8DD3

Color information

#EF8DD3 (or 0xEF8DD3) is unknown color: approx Pale Magenta. HEX triplet: EF, 8D and D3. RGB value is (239,141,211). Sum of RGB (Red+Green+Blue) = 239+141+211=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DD3 is #10722C. Grayscale: #B2B2B2. Windows color (decimal): -1077805 or 13864431. OLE color: 13864431.

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

Color convert

RGB239141211-
CMYK00.410.120.06
HSL317.14º75.38%74.51%-
HSV(B)317.14º41%93.73%-
XYZ56.8842.166.76-
YUV178.28146.47171.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 211 (82.81% from 255) = 35.70%
R=40.44%
G=23.86%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914121100.410.120.06317.1475.3874.51
HexEF8DD3029C613d4b4b
Octal357215323051146475113113
Binary1110111110001101110100110101001110011010011110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8DD3; }

 p { color: rgb(239,141,211); }

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

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

 a { background-color: rgb(239,141,211); }

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

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

 span { border-color: rgb(239,141,211); }

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