#E5859A

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

Shades of Carissma #E5859A

Tints of Carissma #E5859A

Color information

#E5859A (or 0xE5859A) is unknown color: approx Carissma. HEX triplet: E5, 85 and 9A. RGB value is (229,133,154). Sum of RGB (Red+Green+Blue) = 229+133+154=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5859A is #1A7A65. Grayscale: #A4A4A4. Windows color (decimal): -1735270 or 10126821. OLE color: 10126821.

HSL color Cylindrical-coordinate representation of color #E5859A: hue angle of 346.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5859A is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229133154-
CMYK00.420.330.10
HSL346.88º64.86%70.98%-
HSV(B)346.88º41.92%89.8%-
XYZ46.5335.7735.02-
YUV164.1122.3174.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=44.38%
G=25.78%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913315400.420.330.10346.8864.8670.98
HexE5859A02A21A15b4147
Octal3452052320524112533101107
Binary1110010110000101100110100101010100001101010101101110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5859A; }

 p { color: rgb(229,133,154); }

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

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

 a { background-color: rgb(229,133,154); }

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

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

 span { border-color: rgb(229,133,154); }

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