#EC9BA7

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

Shades of Mauvelous #EC9BA7

Tints of Mauvelous #EC9BA7

Color information

#EC9BA7 (or 0xEC9BA7) is unknown color: approx Mauvelous. HEX triplet: EC, 9B and A7. RGB value is (236,155,167). Sum of RGB (Red+Green+Blue) = 236+155+167=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA7 is #136458. Grayscale: #B4B4B4. Windows color (decimal): -1270873 or 10984428. OLE color: 10984428.

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

Color convert

RGB236155167-
CMYK00.340.290.07
HSL351.11º68.07%76.67%-
HSV(B)351.11º34.32%92.55%-
XYZ53.2944.0742.26-
YUV180.59120.34167.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=42.29%
G=27.78%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615516700.340.290.07351.1168.0776.67
HexEC9BA70221D715f444d
Octal354233247042357537104115
Binary11101100100110111010011101000101110111110101111110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BA7; }

 p { color: rgb(236,155,167); }

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

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

 a { background-color: rgb(236,155,167); }

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

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

 span { border-color: rgb(236,155,167); }

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