#E5808C

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

Shades of Carissma #E5808C

Tints of Carissma #E5808C

Color information

#E5808C (or 0xE5808C) is unknown color: approx Carissma. HEX triplet: E5, 80 and 8C. RGB value is (229,128,140). Sum of RGB (Red+Green+Blue) = 229+128+140=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5808C is #1A7F73. Grayscale: #9F9F9F. Windows color (decimal): -1736564 or 9208037. OLE color: 9208037.

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

Color convert

RGB229128140-
CMYK00.440.390.10
HSL352.87º66.01%70%-
HSV(B)352.87º44.1%89.8%-
XYZ44.7733.9929.01-
YUV159.57116.96177.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.08%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=46.08%
G=25.75%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912814000.440.390.10352.8766.0170
HexE5808C02C27A1614246
Octal3452002140544712541102106
Binary1110010110000000100011000101100100111101010110000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5808C; }

 p { color: rgb(229,128,140); }

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

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

 a { background-color: rgb(229,128,140); }

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

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

 span { border-color: rgb(229,128,140); }

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