#E58B9D

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

Shades of Carissma #E58B9D

Tints of Carissma #E58B9D

Color information

#E58B9D (or 0xE58B9D) is unknown color: approx Carissma. HEX triplet: E5, 8B and 9D. RGB value is (229,139,157). Sum of RGB (Red+Green+Blue) = 229+139+157=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58B9D is #1A7462. Grayscale: #A7A7A7. Windows color (decimal): -1733731 or 10324965. OLE color: 10324965.

HSL color Cylindrical-coordinate representation of color #E58B9D: hue angle of 348º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58B9D is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229139157-
CMYK00.390.310.10
HSL348º63.38%72.16%-
HSV(B)348º39.3%89.8%-
XYZ47.6337.5636.64-
YUV167.96121.82171.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=43.62%
G=26.48%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913915700.390.310.1034863.3872.16
HexE58B9D0271FA15c3f48
Octal345213235047371253477110
Binary11100101100010111001110101001111111110101010111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58B9D; }

 p { color: rgb(229,139,157); }

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

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

 a { background-color: rgb(229,139,157); }

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

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

 span { border-color: rgb(229,139,157); }

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