#E28991

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

Shades of Carissma #E28991

Tints of Carissma #E28991

Color information

#E28991 (or 0xE28991) is unknown color: approx Carissma. HEX triplet: E2, 89 and 91. RGB value is (226,137,145). Sum of RGB (Red+Green+Blue) = 226+137+145=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E28991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28991 is #1D766E. Grayscale: #A4A4A4. Windows color (decimal): -1930863 or 9538018. OLE color: 9538018.

HSL color Cylindrical-coordinate representation of color #E28991: hue angle of 354.61º 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 #E28991 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB226137145-
CMYK00.390.360.11
HSL354.61º60.54%71.18%-
HSV(B)354.61º39.38%88.63%-
XYZ45.4236.131.36-
YUV164.52116.99171.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=44.49%
G=26.97%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613714500.390.360.11354.6160.5471.18
HexE2899102724B1633d47
Octal342211221047441354375107
Binary111000101000100110010001010011110010010111011000111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28991; }

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

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

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

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

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

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

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

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