#EC8FDB

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

Shades of Pale Magenta #EC8FDB

Tints of Pale Magenta #EC8FDB

Color information

#EC8FDB (or 0xEC8FDB) is unknown color: approx Pale Magenta. HEX triplet: EC, 8F and DB. RGB value is (236,143,219). Sum of RGB (Red+Green+Blue) = 236+143+219=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FDB is #137024. Grayscale: #B3B3B3. Windows color (decimal): -1273893 or 14389228. OLE color: 14389228.

HSL color Cylindrical-coordinate representation of color #EC8FDB: hue angle of 310.97º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FDB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236143219-
CMYK00.390.070.07
HSL310.97º70.99%74.31%-
HSV(B)310.97º39.41%92.55%-
XYZ57.242.5972.22-
YUV179.47150.31168.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=39.46%
G=23.91%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614321900.390.070.07310.9770.9974.31
HexEC8FDB02777137474a
Octal35421733304777467107112
Binary111011001000111111011011010011111111110011011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FDB; }

 p { color: rgb(236,143,219); }

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

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

 a { background-color: rgb(236,143,219); }

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

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

 span { border-color: rgb(236,143,219); }

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