#E7829A

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

Shades of Carissma #E7829A

Tints of Carissma #E7829A

Color information

#E7829A (or 0xE7829A) is unknown color: approx Carissma. HEX triplet: E7, 82 and 9A. RGB value is (231,130,154). Sum of RGB (Red+Green+Blue) = 231+130+154=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7829A is #187D65. Grayscale: #A2A2A2. Windows color (decimal): -1604966 or 10126055. OLE color: 10126055.

HSL color Cylindrical-coordinate representation of color #E7829A: hue angle of 345.74º 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 #E7829A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB231130154-
CMYK00.440.330.09
HSL345.74º67.79%70.78%-
HSV(B)345.74º43.72%90.59%-
XYZ46.7735.2934.92-
YUV162.94122.96176.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.85%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=44.85%
G=25.24%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113015400.440.330.09345.7467.7970.78
HexE7829A02C21915a4447
Octal3472022320544111532104107
Binary1110011110000010100110100101100100001100110101101010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7829A; }

 p { color: rgb(231,130,154); }

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

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

 a { background-color: rgb(231,130,154); }

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

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

 span { border-color: rgb(231,130,154); }

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