#E58AA0

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

Shades of Carissma #E58AA0

Tints of Carissma #E58AA0

Color information

#E58AA0 (or 0xE58AA0) is unknown color: approx Carissma. HEX triplet: E5, 8A and A0. RGB value is (229,138,160). Sum of RGB (Red+Green+Blue) = 229+138+160=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AA0 is #1A755F. Grayscale: #A7A7A7. Windows color (decimal): -1733984 or 10521317. OLE color: 10521317.

HSL color Cylindrical-coordinate representation of color #E58AA0: hue angle of 345.49º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AA0 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB229138160-
CMYK00.400.300.10
HSL345.49º63.64%71.96%-
HSV(B)345.49º39.74%89.8%-
XYZ47.7537.3737.95-
YUV167.72123.65171.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=43.45%
G=26.19%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913816000.400.300.10345.4963.6471.96
HexE58AA00281EA1594048
Octal3452122400503612531100110
Binary111001011000101010100000010100011110101010101100110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AA0; }

 p { color: rgb(229,138,160); }

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

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

 a { background-color: rgb(229,138,160); }

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

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

 span { border-color: rgb(229,138,160); }

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