#E8809A

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

Shades of Carissma #E8809A

Tints of Carissma #E8809A

Color information

#E8809A (or 0xE8809A) is unknown color: approx Carissma. HEX triplet: E8, 80 and 9A. RGB value is (232,128,154). Sum of RGB (Red+Green+Blue) = 232+128+154=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8809A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8809A is #177F65. Grayscale: #A2A2A2. Windows color (decimal): -1539942 or 10125544. OLE color: 10125544.

HSL color Cylindrical-coordinate representation of color #E8809A: hue angle of 345º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8809A is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232128154-
CMYK00.450.340.09
HSL345º69.33%70.59%-
HSV(B)345º44.83%90.98%-
XYZ46.8334.9334.85-
YUV162.06123.46177.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.14%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=45.14%
G=24.90%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212815400.450.340.0934569.3370.59
HexE8809A02D2291594547
Octal3502002320554211531105107
Binary1110100010000000100110100101101100010100110101100110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8809A; }

 p { color: rgb(232,128,154); }

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

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

 a { background-color: rgb(232,128,154); }

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

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

 span { border-color: rgb(232,128,154); }

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