#E77D9F

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

Shades of Carissma #E77D9F

Tints of Carissma #E77D9F

Color information

#E77D9F (or 0xE77D9F) is unknown color: approx Carissma. HEX triplet: E7, 7D and 9F. RGB value is (231,125,159). Sum of RGB (Red+Green+Blue) = 231+125+159=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77D9F is #188260. Grayscale: #A0A0A0. Windows color (decimal): -1606241 or 10452455. OLE color: 10452455.

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

Color convert

RGB231125159-
CMYK00.460.310.09
HSL340.75º68.83%69.8%-
HSV(B)340.75º45.89%90.59%-
XYZ46.5534.1636.94-
YUV160.57127.12178.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=44.85%
G=24.27%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112515900.460.310.09340.7568.8369.8
HexE77D9F02E1F91554546
Octal3471752370563711525105106
Binary11100111111110110011111010111011111100110101010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77D9F; }

 p { color: rgb(231,125,159); }

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

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

 a { background-color: rgb(231,125,159); }

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

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

 span { border-color: rgb(231,125,159); }

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