#E77896

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

Shades of Carissma #E77896

Tints of Carissma #E77896

Color information

#E77896 (or 0xE77896) is unknown color: approx Carissma. HEX triplet: E7, 78 and 96. RGB value is (231,120,150). Sum of RGB (Red+Green+Blue) = 231+120+150=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E77896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77896 is #188769. Grayscale: #9C9C9C. Windows color (decimal): -1607530 or 9861351. OLE color: 9861351.

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

Color convert

RGB231120150-
CMYK00.480.350.09
HSL343.78º69.81%68.82%-
HSV(B)343.78º48.05%90.59%-
XYZ45.1832.6232.77-
YUV156.61124.27181.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=46.11%
G=23.95%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112015000.480.350.09343.7869.8168.82
HexE778960302391584645
Octal3471702260604311530106105
Binary111001111111000100101100110000100011100110101100010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77896; }

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

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

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

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

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

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

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

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