#E58A96

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

Shades of Carissma #E58A96

Tints of Carissma #E58A96

Color information

#E58A96 (or 0xE58A96) is unknown color: approx Carissma. HEX triplet: E5, 8A and 96. RGB value is (229,138,150). Sum of RGB (Red+Green+Blue) = 229+138+150=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A96 is #1A7569. Grayscale: #A6A6A6. Windows color (decimal): -1733994 or 9865957. OLE color: 9865957.

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

Color convert

RGB229138150-
CMYK00.400.340.10
HSL352.09º63.64%71.96%-
HSV(B)352.09º39.74%89.8%-
XYZ46.9137.0433.53-
YUV166.58118.65172.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=44.29%
G=26.69%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913815000.400.340.10352.0963.6471.96
HexE58A9602822A1604048
Octal3452122260504212540100110
Binary1110010110001010100101100101000100010101010110000010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A96; }

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

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

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

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

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

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

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

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