#E97D9D

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

Shades of Carissma #E97D9D

Tints of Carissma #E97D9D

Color information

#E97D9D (or 0xE97D9D) is unknown color: approx Carissma. HEX triplet: E9, 7D and 9D. RGB value is (233,125,157). Sum of RGB (Red+Green+Blue) = 233+125+157=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D9D is #168262. Grayscale: #A0A0A0. Windows color (decimal): -1475171 or 10321385. OLE color: 10321385.

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

Color convert

RGB233125157-
CMYK00.460.330.09
HSL342.22º71.05%70.2%-
HSV(B)342.22º46.35%91.37%-
XYZ47.0234.4336.06-
YUV160.94125.78179.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=45.24%
G=24.27%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312515700.460.330.09342.2271.0570.2
HexE97D9D02E2191564746
Octal3511752350564111526107106
Binary111010011111101100111010101110100001100110101011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D9D; }

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

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

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

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

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

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

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

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