#E5808A

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

Shades of Carissma #E5808A

Tints of Carissma #E5808A

Color information

#E5808A (or 0xE5808A) is unknown color: approx Carissma. HEX triplet: E5, 80 and 8A. RGB value is (229,128,138). Sum of RGB (Red+Green+Blue) = 229+128+138=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5808A is #1A7F75. Grayscale: #9F9F9F. Windows color (decimal): -1736566 or 9076965. OLE color: 9076965.

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

Color convert

RGB229128138-
CMYK00.440.400.10
HSL354.06º66.01%70%-
HSV(B)354.06º44.1%89.8%-
XYZ44.6233.9328.24-
YUV159.34115.96177.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=46.26%
G=25.86%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912813800.440.400.10354.0666.0170
HexE5808A02C28A1624246
Octal3452002120545012542102106
Binary1110010110000000100010100101100101000101010110001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5808A; }

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

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

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

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

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

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

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

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