#E08C9A

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

Shades of Carissma #E08C9A

Tints of Carissma #E08C9A

Color information

#E08C9A (or 0xE08C9A) is unknown color: approx Carissma. HEX triplet: E0, 8C and 9A. RGB value is (224,140,154). Sum of RGB (Red+Green+Blue) = 224+140+154=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C9A is #1F7365. Grayscale: #A6A6A6. Windows color (decimal): -2061158 or 10128608. OLE color: 10128608.

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

Color convert

RGB224140154-
CMYK00.380.310.12
HSL350º57.53%71.37%-
HSV(B)350º37.5%87.84%-
XYZ45.9536.9435.28-
YUV166.71120.83168.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=43.24%
G=27.03%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414015400.380.310.1235057.5371.37
HexE08C9A0261FC15e3a47
Octal340214232046371453672107
Binary11100000100011001001101001001101111111001010111101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C9A; }

 p { color: rgb(224,140,154); }

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

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

 a { background-color: rgb(224,140,154); }

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

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

 span { border-color: rgb(224,140,154); }

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