#E7808C

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

Shades of Carissma #E7808C

Tints of Carissma #E7808C

Color information

#E7808C (or 0xE7808C) is unknown color: approx Carissma. HEX triplet: E7, 80 and 8C. RGB value is (231,128,140). Sum of RGB (Red+Green+Blue) = 231+128+140=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7808C is #187F73. Grayscale: #A0A0A0. Windows color (decimal): -1605492 or 9208039. OLE color: 9208039.

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

Color convert

RGB231128140-
CMYK00.450.390.09
HSL353.01º68.21%70.39%-
HSV(B)353.01º44.59%90.59%-
XYZ45.4134.3229.04-
YUV160.16116.62178.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=46.29%
G=25.65%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112814000.450.390.09353.0168.2170.39
HexE7808C02D2791614446
Octal3472002140554711541104106
Binary1110011110000000100011000101101100111100110110000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7808C; }

 p { color: rgb(231,128,140); }

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

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

 a { background-color: rgb(231,128,140); }

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

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

 span { border-color: rgb(231,128,140); }

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