#E08994

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

Shades of Carissma #E08994

Tints of Carissma #E08994

Color information

#E08994 (or 0xE08994) is unknown color: approx Carissma. HEX triplet: E0, 89 and 94. RGB value is (224,137,148). Sum of RGB (Red+Green+Blue) = 224+137+148=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E08994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08994 is #1F766B. Grayscale: #A4A4A4. Windows color (decimal): -2061932 or 9734624. OLE color: 9734624.

HSL color Cylindrical-coordinate representation of color #E08994: hue angle of 352.41º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08994 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB224137148-
CMYK00.390.340.12
HSL352.41º58.39%70.78%-
HSV(B)352.41º38.84%87.84%-
XYZ45.0335.8832.57-
YUV164.27118.82170.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=44.01%
G=26.92%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413714800.390.340.12352.4158.3970.78
HexE0899402722C1603a47
Octal340211224047421454072107
Binary111000001000100110010100010011110001011001011000001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08994; }

 p { color: rgb(224,137,148); }

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

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

 a { background-color: rgb(224,137,148); }

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

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

 span { border-color: rgb(224,137,148); }

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