#E97D86

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

Shades of Carissma #E97D86

Tints of Carissma #E97D86

Color information

#E97D86 (or 0xE97D86) is unknown color: approx Carissma. HEX triplet: E9, 7D and 86. RGB value is (233,125,134). Sum of RGB (Red+Green+Blue) = 233+125+134=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D86 is #168279. Grayscale: #9E9E9E. Windows color (decimal): -1475194 or 8814057. OLE color: 8814057.

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

Color convert

RGB233125134-
CMYK00.460.420.09
HSL355º71.05%70.2%-
HSV(B)355º46.35%91.37%-
XYZ45.2433.7126.68-
YUV158.32114.28181.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.36%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=47.36%
G=25.41%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312513400.460.420.0935571.0570.2
HexE97D8602E2A91634746
Octal3511752060565211543107106
Binary111010011111101100001100101110101010100110110001110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D86; }

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

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

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

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

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

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

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

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