#E58485

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

Shades of Carissma #E58485

Tints of Carissma #E58485

Color information

#E58485 (or 0xE58485) is unknown color: approx Carissma. HEX triplet: E5, 84 and 85. RGB value is (229,132,133). Sum of RGB (Red+Green+Blue) = 229+132+133=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E58485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58485 is #1A7B7A. Grayscale: #A1A1A1. Windows color (decimal): -1735547 or 8750309. OLE color: 8750309.

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

Color convert

RGB229132133-
CMYK00.420.420.10
HSL359.38º65.1%70.78%-
HSV(B)359.38º42.36%89.8%-
XYZ44.834.8526.56-
YUV161.12112.14176.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.36%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=46.36%
G=26.72%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913213300.420.420.10359.3865.170.78
HexE5848502A2AA1674147
Octal3452042050525212547101107
Binary1110010110000100100001010101010101010101010110011110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58485; }

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

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

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

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

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

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

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

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