#E5859C

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

Shades of Carissma #E5859C

Tints of Carissma #E5859C

Color information

#E5859C (or 0xE5859C) is unknown color: approx Carissma. HEX triplet: E5, 85 and 9C. RGB value is (229,133,156). Sum of RGB (Red+Green+Blue) = 229+133+156=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5859C is #1A7A63. Grayscale: #A4A4A4. Windows color (decimal): -1735268 or 10257893. OLE color: 10257893.

HSL color Cylindrical-coordinate representation of color #E5859C: hue angle of 345.62º 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 #E5859C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229133156-
CMYK00.420.320.10
HSL345.62º64.86%70.98%-
HSV(B)345.62º41.92%89.8%-
XYZ46.735.8335.91-
YUV164.33123.3174.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=44.21%
G=25.68%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913315600.420.320.10345.6264.8670.98
HexE5859C02A20A15a4147
Octal3452052340524012532101107
Binary1110010110000101100111000101010100000101010101101010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5859C; }

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

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

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

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

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

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

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

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