#E98A9D

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

Shades of Carissma #E98A9D

Tints of Carissma #E98A9D

Color information

#E98A9D (or 0xE98A9D) is unknown color: approx Carissma. HEX triplet: E9, 8A and 9D. RGB value is (233,138,157). Sum of RGB (Red+Green+Blue) = 233+138+157=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98A9D is #167562. Grayscale: #A8A8A8. Windows color (decimal): -1471843 or 10324713. OLE color: 10324713.

HSL color Cylindrical-coordinate representation of color #E98A9D: hue angle of 348º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E98A9D is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233138157-
CMYK00.410.330.09
HSL348º68.35%72.75%-
HSV(B)348º40.77%91.37%-
XYZ48.7837.9336.65-
YUV168.57121.47173.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.13%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=44.13%
G=26.14%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313815700.410.330.0934868.3572.75
HexE98A9D02921915c4449
Octal3512122350514111534104111
Binary1110100110001010100111010101001100001100110101110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98A9D; }

 p { color: rgb(233,138,157); }

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

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

 a { background-color: rgb(233,138,157); }

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

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

 span { border-color: rgb(233,138,157); }

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