#E97D8F

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

Shades of Carissma #E97D8F

Tints of Carissma #E97D8F

Color information

#E97D8F (or 0xE97D8F) is unknown color: approx Carissma. HEX triplet: E9, 7D and 8F. RGB value is (233,125,143). Sum of RGB (Red+Green+Blue) = 233+125+143=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D8F is #168270. Grayscale: #9F9F9F. Windows color (decimal): -1475185 or 9403881. OLE color: 9403881.

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

Color convert

RGB233125143-
CMYK00.460.390.09
HSL350º71.05%70.2%-
HSV(B)350º46.35%91.37%-
XYZ45.933.9730.13-
YUV159.34118.78180.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.51%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=46.51%
G=24.95%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312514300.460.390.0935071.0570.2
HexE97D8F02E27915e4746
Octal3511752170564711536107106
Binary111010011111101100011110101110100111100110101111010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D8F; }

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

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

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

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

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

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

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

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