#E48990

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

Shades of Carissma #E48990

Tints of Carissma #E48990

Color information

#E48990 (or 0xE48990) is unknown color: approx Carissma. HEX triplet: E4, 89 and 90. RGB value is (228,137,144). Sum of RGB (Red+Green+Blue) = 228+137+144=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E48990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48990 is #1B766F. Grayscale: #A5A5A5. Windows color (decimal): -1799792 or 9472484. OLE color: 9472484.

HSL color Cylindrical-coordinate representation of color #E48990: hue angle of 355.38º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E48990 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB228137144-
CMYK00.400.370.11
HSL355.38º62.76%71.57%-
HSV(B)355.38º39.91%89.41%-
XYZ45.9736.430.99-
YUV165.01116.15172.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.79%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=44.79%
G=26.92%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813714400.400.370.11355.3862.7671.57
HexE4899002825B1633f48
Octal344211220050451354377110
Binary111001001000100110010000010100010010110111011000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48990; }

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

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

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

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

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

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

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

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