#E2899C

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

Shades of Carissma #E2899C

Tints of Carissma #E2899C

Color information

#E2899C (or 0xE2899C) is unknown color: approx Carissma. HEX triplet: E2, 89 and 9C. RGB value is (226,137,156). Sum of RGB (Red+Green+Blue) = 226+137+156=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2899C is #1D7663. Grayscale: #A5A5A5. Windows color (decimal): -1930852 or 10258914. OLE color: 10258914.

HSL color Cylindrical-coordinate representation of color #E2899C: hue angle of 347.19º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2899C is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226137156-
CMYK00.390.310.11
HSL347.19º60.54%71.18%-
HSV(B)347.19º39.38%88.63%-
XYZ46.3136.4636.05-
YUV165.78122.49170.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=43.55%
G=26.40%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613715600.390.310.11347.1960.5471.18
HexE2899C0271FB15b3d47
Octal342211234047371353375107
Binary11100010100010011001110001001111111110111010110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2899C; }

 p { color: rgb(226,137,156); }

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

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

 a { background-color: rgb(226,137,156); }

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

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

 span { border-color: rgb(226,137,156); }

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