#E28386

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

Shades of Carissma #E28386

Tints of Carissma #E28386

Color information

#E28386 (or 0xE28386) is unknown color: approx Carissma. HEX triplet: E2, 83 and 86. RGB value is (226,131,134). Sum of RGB (Red+Green+Blue) = 226+131+134=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E28386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28386 is #1D7C79. Grayscale: #9F9F9F. Windows color (decimal): -1932410 or 8815586. OLE color: 8815586.

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

Color convert

RGB226131134-
CMYK00.420.410.11
HSL358.11º62.09%70%-
HSV(B)358.11º42.04%88.63%-
XYZ43.7834.1226.83-
YUV159.75113.47175.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=46.03%
G=26.68%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613113400.420.410.11358.1162.0970
HexE2838602A29B1663e46
Octal342203206052511354676106
Binary111000101000001110000110010101010100110111011001101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28386; }

 p { color: rgb(226,131,134); }

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

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

 a { background-color: rgb(226,131,134); }

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

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

 span { border-color: rgb(226,131,134); }

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