#E2849E

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

Shades of Carissma #E2849E

Tints of Carissma #E2849E

Color information

#E2849E (or 0xE2849E) is unknown color: approx Carissma. HEX triplet: E2, 84 and 9E. RGB value is (226,132,158). Sum of RGB (Red+Green+Blue) = 226+132+158=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2849E is #1D7B61. Grayscale: #A3A3A3. Windows color (decimal): -1932130 or 10388706. OLE color: 10388706.

HSL color Cylindrical-coordinate representation of color #E2849E: hue angle of 343.4º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2849E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226132158-
CMYK00.420.300.11
HSL343.4º61.84%70.2%-
HSV(B)343.4º41.59%88.63%-
XYZ45.7935.1436.72-
YUV163.07125.14172.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=43.80%
G=25.58%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613215800.420.300.11343.461.8470.2
HexE2849E02A1EB1573e46
Octal342204236052361352776106
Binary11100010100001001001111001010101111010111010101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2849E; }

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

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

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

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

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

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

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

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