#EC8896

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

Shades of Carissma #EC8896

Tints of Carissma #EC8896

Color information

#EC8896 (or 0xEC8896) is unknown color: approx Carissma. HEX triplet: EC, 88 and 96. RGB value is (236,136,150). Sum of RGB (Red+Green+Blue) = 236+136+150=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8896 is #137769. Grayscale: #A7A7A7. Windows color (decimal): -1275754 or 9865452. OLE color: 9865452.

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

Color convert

RGB236136150-
CMYK00.420.360.07
HSL351.6º72.46%72.94%-
HSV(B)351.6º42.37%92.55%-
XYZ48.937.6433.54-
YUV167.5118.13176.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=45.21%
G=26.05%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613615000.420.360.07351.672.4672.94
HexEC889602A2471604849
Octal354210226052447540110111
Binary111011001000100010010110010101010010011110110000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8896; }

 p { color: rgb(236,136,150); }

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

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

 a { background-color: rgb(236,136,150); }

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

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

 span { border-color: rgb(236,136,150); }

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