#E98094

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

Shades of Carissma #E98094

Tints of Carissma #E98094

Color information

#E98094 (or 0xE98094) is unknown color: approx Carissma. HEX triplet: E9, 80 and 94. RGB value is (233,128,148). Sum of RGB (Red+Green+Blue) = 233+128+148=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E98094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98094 is #167F6B. Grayscale: #A1A1A1. Windows color (decimal): -1474412 or 9732329. OLE color: 9732329.

HSL color Cylindrical-coordinate representation of color #E98094: hue angle of 348.57º degrees, saturation: 0.7, 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 #E98094 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233128148-
CMYK00.450.360.09
HSL348.57º70.47%70.78%-
HSV(B)348.57º45.06%91.37%-
XYZ46.6734.932.29-
YUV161.68120.29178.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=45.78%
G=25.15%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312814800.450.360.09348.5770.4770.78
HexE9809402D24915d4647
Octal3512002240554411535106107
Binary1110100110000000100101000101101100100100110101110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98094; }

 p { color: rgb(233,128,148); }

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

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

 a { background-color: rgb(233,128,148); }

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

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

 span { border-color: rgb(233,128,148); }

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