#E5829E

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

Shades of Carissma #E5829E

Tints of Carissma #E5829E

Color information

#E5829E (or 0xE5829E) is unknown color: approx Carissma. HEX triplet: E5, 82 and 9E. RGB value is (229,130,158). Sum of RGB (Red+Green+Blue) = 229+130+158=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5829E is #1A7D61. Grayscale: #A2A2A2. Windows color (decimal): -1736034 or 10388197. OLE color: 10388197.

HSL color Cylindrical-coordinate representation of color #E5829E: hue angle of 343.03º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5829E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229130158-
CMYK00.430.310.10
HSL343.03º65.56%70.39%-
HSV(B)343.03º43.23%89.8%-
XYZ46.4735.0936.67-
YUV162.79125.3175.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=44.29%
G=25.15%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913015800.430.310.10343.0365.5670.39
HexE5829E02B1FA1574246
Octal3452022360533712527102106
Binary111001011000001010011110010101111111101010101011110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5829E; }

 p { color: rgb(229,130,158); }

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

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

 a { background-color: rgb(229,130,158); }

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

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

 span { border-color: rgb(229,130,158); }

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