#E0849E

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

Shades of Carissma #E0849E

Tints of Carissma #E0849E

Color information

#E0849E (or 0xE0849E) is unknown color: approx Carissma. HEX triplet: E0, 84 and 9E. RGB value is (224,132,158). Sum of RGB (Red+Green+Blue) = 224+132+158=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0849E is #1F7B61. Grayscale: #A2A2A2. Windows color (decimal): -2063202 or 10388704. OLE color: 10388704.

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

Color convert

RGB224132158-
CMYK00.410.290.12
HSL343.04º59.74%69.8%-
HSV(B)343.04º41.07%87.84%-
XYZ45.1634.8236.69-
YUV162.47125.48171.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=43.58%
G=25.68%
B=30.74%

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
Decimal22413215800.410.290.12343.0459.7469.8
HexE0849E0291DC1573c46
Octal340204236051351452774106
Binary11100000100001001001111001010011110111001010101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0849E; }

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

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

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

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

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

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

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

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