#E58285

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

Shades of Carissma #E58285

Tints of Carissma #E58285

Color information

#E58285 (or 0xE58285) is unknown color: approx Carissma. HEX triplet: E5, 82 and 85. RGB value is (229,130,133). Sum of RGB (Red+Green+Blue) = 229+130+133=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E58285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58285 is #1A7D7A. Grayscale: #A0A0A0. Windows color (decimal): -1736059 or 8749797. OLE color: 8749797.

HSL color Cylindrical-coordinate representation of color #E58285: hue angle of 358.18º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E58285 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229130133-
CMYK00.430.420.10
HSL358.18º65.56%70.39%-
HSV(B)358.18º43.23%89.8%-
XYZ44.5334.3226.47-
YUV159.94112.8177.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=46.54%
G=26.42%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913013300.430.420.10358.1865.5670.39
HexE5828502B2AA1664246
Octal3452022050535212546102106
Binary1110010110000010100001010101011101010101010110011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58285; }

 p { color: rgb(229,130,133); }

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

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

 a { background-color: rgb(229,130,133); }

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

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

 span { border-color: rgb(229,130,133); }

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