#E1859C

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

Shades of Carissma #E1859C

Tints of Carissma #E1859C

Color information

#E1859C (or 0xE1859C) is unknown color: approx Carissma. HEX triplet: E1, 85 and 9C. RGB value is (225,133,156). Sum of RGB (Red+Green+Blue) = 225+133+156=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1859C is #1E7A63. Grayscale: #A3A3A3. Windows color (decimal): -1997412 or 10257889. OLE color: 10257889.

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

Color convert

RGB225133156-
CMYK00.410.310.12
HSL345º60.53%70.2%-
HSV(B)345º40.89%88.24%-
XYZ45.4435.1835.85-
YUV163.13123.98172.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=43.77%
G=25.88%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513315600.410.310.1234560.5370.2
HexE1859C0291FC1593d46
Octal341205234051371453175106
Binary11100001100001011001110001010011111111001010110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1859C; }

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

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

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

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

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

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

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

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