#e48290

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

Shades of Carissma #E48290

Tints of Carissma #E48290

Color information

#E48290 (or 0xE48290) is unknown color: approx Carissma. HEX triplet: E4, 82 and 90. RGB value is (228,130,144). Sum of RGB (Red+Green+Blue) = 228+130+144=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E48290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48290 is #1B7D6F. Grayscale: #A0A0A0. Windows color (decimal): -1801584 or 9470692. OLE color: 9470692.

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

Color convert

RGB228130144-
CMYK00.430.370.11
HSL351.43º64.47%70.2%-
HSV(B)351.43º42.98%89.41%-
XYZ45.0134.4730.67-
YUV160.9118.47175.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.42%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=45.42%
G=25.90%
B=28.69%

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
Decimal22813014400.430.370.11351.4364.4770.2
HexE4829002B25B15f4046
Octal3442022200534513537100106
Binary1110010010000010100100000101011100101101110101111110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e48290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e48290; }

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

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

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

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

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

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

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

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