#EC8BA8

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

Shades of Mauvelous #EC8BA8

Tints of Mauvelous #EC8BA8

Color information

#EC8BA8 (or 0xEC8BA8) is unknown color: approx Mauvelous. HEX triplet: EC, 8B and A8. RGB value is (236,139,168). Sum of RGB (Red+Green+Blue) = 236+139+168=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BA8 is #137457. Grayscale: #ABABAB. Windows color (decimal): -1274968 or 11045868. OLE color: 11045868.

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

Color convert

RGB236139168-
CMYK00.410.290.07
HSL342.06º71.85%73.53%-
HSV(B)342.06º41.1%92.55%-
XYZ50.8939.1341.92-
YUV171.31126.14174.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=43.46%
G=25.60%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613916800.410.290.07342.0671.8573.53
HexEC8BA80291D7156484a
Octal354213250051357526110112
Binary11101100100010111010100001010011110111110101011010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BA8; }

 p { color: rgb(236,139,168); }

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

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

 a { background-color: rgb(236,139,168); }

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

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

 span { border-color: rgb(236,139,168); }

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