#E5808F

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

Shades of Carissma #E5808F

Tints of Carissma #E5808F

Color information

#E5808F (or 0xE5808F) is unknown color: approx Carissma. HEX triplet: E5, 80 and 8F. RGB value is (229,128,143). Sum of RGB (Red+Green+Blue) = 229+128+143=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5808F is #1A7F70. Grayscale: #9F9F9F. Windows color (decimal): -1736561 or 9404645. OLE color: 9404645.

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

Color convert

RGB229128143-
CMYK00.440.380.10
HSL351.09º66.01%70%-
HSV(B)351.09º44.1%89.8%-
XYZ44.9934.0830.19-
YUV159.91118.46177.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=45.8%
G=25.6%
B=28.6%

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
Decimal22912814300.440.380.10351.0966.0170
HexE5808F02C26A15f4246
Octal3452002170544612537102106
Binary1110010110000000100011110101100100110101010101111110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5808F; }

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

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

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

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

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

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

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

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