#E48196

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

Shades of Carissma #E48196

Tints of Carissma #E48196

Color information

#E48196 (or 0xE48196) is unknown color: approx Carissma. HEX triplet: E4, 81 and 96. RGB value is (228,129,150). Sum of RGB (Red+Green+Blue) = 228+129+150=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E48196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48196 is #1B7E69. Grayscale: #A1A1A1. Windows color (decimal): -1801834 or 9863652. OLE color: 9863652.

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

Color convert

RGB228129150-
CMYK00.430.340.11
HSL347.27º64.71%70%-
HSV(B)347.27º43.42%89.41%-
XYZ45.3534.433.1-
YUV160.99121.8175.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.97%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=44.97%
G=25.44%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812915000.430.340.11347.2764.7170
HexE4819602B22B15b4146
Octal3442012260534213533101106
Binary1110010010000001100101100101011100010101110101101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48196; }

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

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

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

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

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

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

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

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