#E48186

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

Shades of Carissma #E48186

Tints of Carissma #E48186

Color information

#E48186 (or 0xE48186) is unknown color: approx Carissma. HEX triplet: E4, 81 and 86. RGB value is (228,129,134). Sum of RGB (Red+Green+Blue) = 228+129+134=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E48186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48186 is #1B7E79. Grayscale: #9F9F9F. Windows color (decimal): -1801850 or 8815076. OLE color: 8815076.

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

Color convert

RGB228129134-
CMYK00.430.410.11
HSL356.97º64.71%70%-
HSV(B)356.97º43.42%89.41%-
XYZ44.1533.9226.77-
YUV159.17113.8177.09-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.44%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=46.44%
G=26.27%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812913400.430.410.11356.9764.7170
HexE4818602B29B1654146
Octal3442012060535113545101106
Binary1110010010000001100001100101011101001101110110010110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48186; }

 p { color: rgb(228,129,134); }

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

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

 a { background-color: rgb(228,129,134); }

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

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

 span { border-color: rgb(228,129,134); }

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