#E98098

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

Shades of Carissma #E98098

Tints of Carissma #E98098

Color information

#E98098 (or 0xE98098) is unknown color: approx Carissma. HEX triplet: E9, 80 and 98. RGB value is (233,128,152). Sum of RGB (Red+Green+Blue) = 233+128+152=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E98098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98098 is #167F67. Grayscale: #A2A2A2. Windows color (decimal): -1474408 or 9994473. OLE color: 9994473.

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

Color convert

RGB233128152-
CMYK00.450.350.09
HSL346.29º70.47%70.78%-
HSV(B)346.29º45.06%91.37%-
XYZ46.9935.0333.99-
YUV162.13122.29178.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=45.42%
G=24.95%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312815200.450.350.09346.2970.4770.78
HexE9809802D23915a4647
Octal3512002300554311532106107
Binary1110100110000000100110000101101100011100110101101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98098; }

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

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

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

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

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

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

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

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