#E1849C

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

Shades of Carissma #E1849C

Tints of Carissma #E1849C

Color information

#E1849C (or 0xE1849C) is unknown color: approx Carissma. HEX triplet: E1, 84 and 9C. RGB value is (225,132,156). Sum of RGB (Red+Green+Blue) = 225+132+156=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1849C is #1E7B63. Grayscale: #A2A2A2. Windows color (decimal): -1997668 or 10257633. OLE color: 10257633.

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

Color convert

RGB225132156-
CMYK00.410.310.12
HSL344.52º60.78%70%-
HSV(B)344.52º41.33%88.24%-
XYZ45.334.9135.8-
YUV162.54124.31172.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=43.86%
G=25.73%
B=30.41%

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
Decimal22513215600.410.310.12344.5260.7870
HexE1849C0291FC1593d46
Octal341204234051371453175106
Binary11100001100001001001110001010011111111001010110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1849C; }

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

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

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

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

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

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

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

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