#E5808D

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

Shades of Carissma #E5808D

Tints of Carissma #E5808D

Color information

#E5808D (or 0xE5808D) is unknown color: approx Carissma. HEX triplet: E5, 80 and 8D. RGB value is (229,128,141). Sum of RGB (Red+Green+Blue) = 229+128+141=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5808D is #1A7F72. Grayscale: #9F9F9F. Windows color (decimal): -1736563 or 9273573. OLE color: 9273573.

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

Color convert

RGB229128141-
CMYK00.440.380.10
HSL352.28º66.01%70%-
HSV(B)352.28º44.1%89.8%-
XYZ44.8434.0229.4-
YUV159.68117.46177.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=45.98%
G=25.70%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912814100.440.380.10352.2866.0170
HexE5808D02C26A1604246
Octal3452002150544612540102106
Binary1110010110000000100011010101100100110101010110000010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5808D; }

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

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

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

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

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

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

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

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