#e97f9f

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

Shades of Carissma #E97F9F

Tints of Carissma #E97F9F

Color information

#E97F9F (or 0xE97F9F) is unknown color: approx Carissma. HEX triplet: E9, 7F and 9F. RGB value is (233,127,159). Sum of RGB (Red+Green+Blue) = 233+127+159=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E97F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97F9F is #168060. Grayscale: #A2A2A2. Windows color (decimal): -1474657 or 10452969. OLE color: 10452969.

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

Color convert

RGB233127159-
CMYK00.450.320.09
HSL341.89º70.67%70.59%-
HSV(B)341.89º45.49%91.37%-
XYZ47.4535.0137.06-
YUV162.34126.12178.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=44.89%
G=24.47%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312715900.450.320.09341.8970.6770.59
HexE97F9F02D2091564747
Octal3511772370554011526107107
Binary111010011111111100111110101101100000100110101011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e97f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e97f9f; }

 p { color: rgb(233,127,159); }

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

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

 a { background-color: rgb(233,127,159); }

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

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

 span { border-color: rgb(233,127,159); }

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