#E1859F

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

Shades of Carissma #E1859F

Tints of Carissma #E1859F

Color information

#E1859F (or 0xE1859F) is unknown color: approx Carissma. HEX triplet: E1, 85 and 9F. RGB value is (225,133,159). Sum of RGB (Red+Green+Blue) = 225+133+159=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1859F is #1E7A60. Grayscale: #A3A3A3. Windows color (decimal): -1997409 or 10454497. OLE color: 10454497.

HSL color Cylindrical-coordinate representation of color #E1859F: hue angle of 343.04º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1859F is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225133159-
CMYK00.410.290.12
HSL343.04º60.53%70.2%-
HSV(B)343.04º40.89%88.24%-
XYZ45.735.2937.2-
YUV163.47125.48171.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=43.52%
G=25.73%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513315900.410.290.12343.0460.5370.2
HexE1859F0291DC1573d46
Octal341205237051351452775106
Binary11100001100001011001111101010011110111001010101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1859F; }

 p { color: rgb(225,133,159); }

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

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

 a { background-color: rgb(225,133,159); }

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

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

 span { border-color: rgb(225,133,159); }

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