#E58490

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

Shades of Carissma #E58490

Tints of Carissma #E58490

Color information

#E58490 (or 0xE58490) is unknown color: approx Carissma. HEX triplet: E5, 84 and 90. RGB value is (229,132,144). Sum of RGB (Red+Green+Blue) = 229+132+144=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E58490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58490 is #1A7B6F. Grayscale: #A2A2A2. Windows color (decimal): -1735536 or 9471205. OLE color: 9471205.

HSL color Cylindrical-coordinate representation of color #E58490: hue angle of 352.58º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E58490 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229132144-
CMYK00.420.370.10
HSL352.58º65.1%70.78%-
HSV(B)352.58º42.36%89.8%-
XYZ45.635.1730.77-
YUV162.37117.64175.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.35%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=45.35%
G=26.14%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913214400.420.370.10352.5865.170.78
HexE5849002A25A1614147
Octal3452042200524512541101107
Binary1110010110000100100100000101010100101101010110000110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58490; }

 p { color: rgb(229,132,144); }

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

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

 a { background-color: rgb(229,132,144); }

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

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

 span { border-color: rgb(229,132,144); }

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