#E58A8D

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

Shades of Carissma #E58A8D

Tints of Carissma #E58A8D

Color information

#E58A8D (or 0xE58A8D) is unknown color: approx Carissma. HEX triplet: E5, 8A and 8D. RGB value is (229,138,141). Sum of RGB (Red+Green+Blue) = 229+138+141=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A8D is #1A7572. Grayscale: #A5A5A5. Windows color (decimal): -1734003 or 9276133. OLE color: 9276133.

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

Color convert

RGB229138141-
CMYK00.400.380.10
HSL358.02º63.64%71.96%-
HSV(B)358.02º39.74%89.8%-
XYZ46.2136.7629.86-
YUV165.55114.15173.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=45.08%
G=27.17%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913814100.400.380.10358.0263.6471.96
HexE58A8D02826A1664048
Octal3452122150504612546100110
Binary1110010110001010100011010101000100110101010110011010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A8D; }

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

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

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

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

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

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

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

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