#EC9BAE

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

Shades of Illusion #EC9BAE

Tints of Illusion #EC9BAE

Color information

#EC9BAE (or 0xEC9BAE) is unknown color: approx Illusion. HEX triplet: EC, 9B and AE. RGB value is (236,155,174). Sum of RGB (Red+Green+Blue) = 236+155+174=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BAE is #136451. Grayscale: #B5B5B5. Windows color (decimal): -1270866 or 11443180. OLE color: 11443180.

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

Color convert

RGB236155174-
CMYK00.340.260.07
HSL345.93º68.07%76.67%-
HSV(B)345.93º34.32%92.55%-
XYZ53.9544.3345.76-
YUV181.38123.84166.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=41.77%
G=27.43%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615517400.340.260.07345.9368.0776.67
HexEC9BAE0221A715a444d
Octal354233256042327532104115
Binary11101100100110111010111001000101101011110101101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BAE; }

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

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

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

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

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

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

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

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