#E1859D

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

Shades of Carissma #E1859D

Tints of Carissma #E1859D

Color information

#E1859D (or 0xE1859D) is unknown color: approx Carissma. HEX triplet: E1, 85 and 9D. RGB value is (225,133,157). Sum of RGB (Red+Green+Blue) = 225+133+157=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1859D is #1E7A62. Grayscale: #A3A3A3. Windows color (decimal): -1997411 or 10323425. OLE color: 10323425.

HSL color Cylindrical-coordinate representation of color #E1859D: hue angle of 344.35º 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 #E1859D is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225133157-
CMYK00.410.300.12
HSL344.35º60.53%70.2%-
HSV(B)344.35º40.89%88.24%-
XYZ45.5235.2236.3-
YUV163.24124.48172.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=43.69%
G=25.83%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513315700.410.300.12344.3560.5370.2
HexE1859D0291EC1583d46
Octal341205235051361453075106
Binary11100001100001011001110101010011111011001010110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1859D; }

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

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

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

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

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

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

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

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