#E97D94

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

Shades of Carissma #E97D94

Tints of Carissma #E97D94

Color information

#E97D94 (or 0xE97D94) is unknown color: approx Carissma. HEX triplet: E9, 7D and 94. RGB value is (233,125,148). Sum of RGB (Red+Green+Blue) = 233+125+148=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D94 is #16826B. Grayscale: #9F9F9F. Windows color (decimal): -1475180 or 9731561. OLE color: 9731561.

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

Color convert

RGB233125148-
CMYK00.460.360.09
HSL347.22º71.05%70.2%-
HSV(B)347.22º46.35%91.37%-
XYZ46.2834.1332.17-
YUV159.91121.28180.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.05%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=46.05%
G=24.70%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312514800.460.360.09347.2271.0570.2
HexE97D9402E24915b4746
Octal3511752240564411533107106
Binary111010011111101100101000101110100100100110101101110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D94; }

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

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

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

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

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

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

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

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