#E58A9A

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

Shades of Carissma #E58A9A

Tints of Carissma #E58A9A

Color information

#E58A9A (or 0xE58A9A) is unknown color: approx Carissma. HEX triplet: E5, 8A and 9A. RGB value is (229,138,154). Sum of RGB (Red+Green+Blue) = 229+138+154=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A9A is #1A7565. Grayscale: #A7A7A7. Windows color (decimal): -1733990 or 10128101. OLE color: 10128101.

HSL color Cylindrical-coordinate representation of color #E58A9A: hue angle of 349.45º 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 #E58A9A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229138154-
CMYK00.400.330.10
HSL349.45º63.64%71.96%-
HSV(B)349.45º39.74%89.8%-
XYZ47.2337.1735.26-
YUV167.03120.65172.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.95%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=43.95%
G=26.49%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913815400.400.330.10349.4563.6471.96
HexE58A9A02821A15d4048
Octal3452122320504112535100110
Binary1110010110001010100110100101000100001101010101110110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A9A; }

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

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

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

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

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

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

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

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