#EC8FA5

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

Shades of Mauvelous #EC8FA5

Tints of Mauvelous #EC8FA5

Color information

#EC8FA5 (or 0xEC8FA5) is unknown color: approx Mauvelous. HEX triplet: EC, 8F and A5. RGB value is (236,143,165). Sum of RGB (Red+Green+Blue) = 236+143+165=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8FA5 is #13705A. Grayscale: #ADADAD. Windows color (decimal): -1273947 or 10850284. OLE color: 10850284.

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

Color convert

RGB236143165-
CMYK00.390.300.07
HSL345.81º70.99%74.31%-
HSV(B)345.81º39.41%92.55%-
XYZ51.2140.1940.66-
YUV173.32123.31172.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=43.38%
G=26.29%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614316500.390.300.07345.8170.9974.31
HexEC8FA50271E715a474a
Octal354217245047367532107112
Binary11101100100011111010010101001111111011110101101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FA5; }

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

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

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

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

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

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

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

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