#E98394

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

Shades of Carissma #E98394

Tints of Carissma #E98394

Color information

#E98394 (or 0xE98394) is unknown color: approx Carissma. HEX triplet: E9, 83 and 94. RGB value is (233,131,148). Sum of RGB (Red+Green+Blue) = 233+131+148=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E98394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98394 is #167C6B. Grayscale: #A3A3A3. Windows color (decimal): -1473644 or 9733097. OLE color: 9733097.

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

Color convert

RGB233131148-
CMYK00.440.360.09
HSL350º69.86%71.37%-
HSV(B)350º43.78%91.37%-
XYZ47.0735.6932.43-
YUV163.44119.29177.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.51%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=45.51%
G=25.59%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313114800.440.360.0935069.8671.37
HexE9839402C24915e4647
Octal3512032240544411536106107
Binary1110100110000011100101000101100100100100110101111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98394; }

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

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

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

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

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

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

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

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