#E1849E

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

Shades of Carissma #E1849E

Tints of Carissma #E1849E

Color information

#E1849E (or 0xE1849E) is unknown color: approx Carissma. HEX triplet: E1, 84 and 9E. RGB value is (225,132,158). Sum of RGB (Red+Green+Blue) = 225+132+158=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1849E is #1E7B61. Grayscale: #A2A2A2. Windows color (decimal): -1997666 or 10388705. OLE color: 10388705.

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

Color convert

RGB225132158-
CMYK00.410.300.12
HSL343.23º60.78%70%-
HSV(B)343.23º41.33%88.24%-
XYZ45.4734.9836.7-
YUV162.77125.31172.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=43.69%
G=25.63%
B=30.68%

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
Decimal22513215800.410.300.12343.2360.7870
HexE1849E0291EC1573d46
Octal341204236051361452775106
Binary11100001100001001001111001010011111011001010101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1849E; }

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

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

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

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

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

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

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

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