#E48190

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

Shades of Carissma #E48190

Tints of Carissma #E48190

Color information

#E48190 (or 0xE48190) is unknown color: approx Carissma. HEX triplet: E4, 81 and 90. RGB value is (228,129,144). Sum of RGB (Red+Green+Blue) = 228+129+144=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E48190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48190 is #1B7E6F. Grayscale: #A0A0A0. Windows color (decimal): -1801840 or 9470436. OLE color: 9470436.

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

Color convert

RGB228129144-
CMYK00.430.370.11
HSL350.91º64.71%70%-
HSV(B)350.91º43.42%89.41%-
XYZ44.8834.2130.62-
YUV160.31118.8176.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.51%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=45.51%
G=25.75%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812914400.430.370.11350.9164.7170
HexE4819002B25B15f4146
Octal3442012200534513537101106
Binary1110010010000001100100000101011100101101110101111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48190; }

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

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

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

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

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

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

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

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