#E97D97

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

Shades of Carissma #E97D97

Tints of Carissma #E97D97

Color information

#E97D97 (or 0xE97D97) is unknown color: approx Carissma. HEX triplet: E9, 7D and 97. RGB value is (233,125,151). Sum of RGB (Red+Green+Blue) = 233+125+151=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D97 is #168268. Grayscale: #A0A0A0. Windows color (decimal): -1475177 or 9928169. OLE color: 9928169.

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

Color convert

RGB233125151-
CMYK00.460.350.09
HSL345.56º71.05%70.2%-
HSV(B)345.56º46.35%91.37%-
XYZ46.5234.2333.43-
YUV160.26122.78179.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=45.78%
G=24.56%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312515100.460.350.09345.5671.0570.2
HexE97D9702E23915a4746
Octal3511752270564311532107106
Binary111010011111101100101110101110100011100110101101010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D97; }

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

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

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

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

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

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

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

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