#E98286

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

Shades of Carissma #E98286

Tints of Carissma #E98286

Color information

#E98286 (or 0xE98286) is unknown color: approx Carissma. HEX triplet: E9, 82 and 86. RGB value is (233,130,134). Sum of RGB (Red+Green+Blue) = 233+130+134=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E98286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98286 is #167D79. Grayscale: #A1A1A1. Windows color (decimal): -1473914 or 8815337. OLE color: 8815337.

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

Color convert

RGB233130134-
CMYK00.440.420.09
HSL357.67º70.07%71.18%-
HSV(B)357.67º44.21%91.37%-
XYZ45.8935.0126.89-
YUV161.25112.62179.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.88%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=46.88%
G=26.16%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313013400.440.420.09357.6770.0771.18
HexE9828602C2A91664647
Octal3512022060545211546106107
Binary1110100110000010100001100101100101010100110110011010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98286; }

 p { color: rgb(233,130,134); }

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

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

 a { background-color: rgb(233,130,134); }

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

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

 span { border-color: rgb(233,130,134); }

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