#EC8196

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

Shades of Carissma #EC8196

Tints of Carissma #EC8196

Color information

#EC8196 (or 0xEC8196) is unknown color: approx Carissma. HEX triplet: EC, 81 and 96. RGB value is (236,129,150). Sum of RGB (Red+Green+Blue) = 236+129+150=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8196 is #137E69. Grayscale: #A3A3A3. Windows color (decimal): -1277546 or 9863660. OLE color: 9863660.

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

Color convert

RGB236129150-
CMYK00.450.360.07
HSL348.22º73.79%71.57%-
HSV(B)348.22º45.34%92.55%-
XYZ47.9535.7433.22-
YUV163.39120.45179.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=45.83%
G=25.05%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612915000.450.360.07348.2273.7971.57
HexEC819602D24715c4a48
Octal354201226055447534112110
Binary111011001000000110010110010110110010011110101110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8196; }

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

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

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

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

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

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

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

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