#E78196

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

Shades of Carissma #E78196

Tints of Carissma #E78196

Color information

#E78196 (or 0xE78196) is unknown color: approx Carissma. HEX triplet: E7, 81 and 96. RGB value is (231,129,150). Sum of RGB (Red+Green+Blue) = 231+129+150=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E78196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78196 is #187E69. Grayscale: #A1A1A1. Windows color (decimal): -1605226 or 9863655. OLE color: 9863655.

HSL color Cylindrical-coordinate representation of color #E78196: hue angle of 347.65º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78196 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231129150-
CMYK00.440.350.09
HSL347.65º68%70.59%-
HSV(B)347.65º44.16%90.59%-
XYZ46.3134.8933.15-
YUV161.89121.29177.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.29%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=45.29%
G=25.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112915000.440.350.09347.656870.59
HexE7819602C23915c4447
Octal3472012260544311534104107
Binary1110011110000001100101100101100100011100110101110010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78196; }

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

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

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

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

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

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

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

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