#E08C9C

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

Shades of Carissma #E08C9C

Tints of Carissma #E08C9C

Color information

#E08C9C (or 0xE08C9C) is unknown color: approx Carissma. HEX triplet: E0, 8C and 9C. RGB value is (224,140,156). Sum of RGB (Red+Green+Blue) = 224+140+156=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C9C is #1F7363. Grayscale: #A6A6A6. Windows color (decimal): -2061156 or 10259680. OLE color: 10259680.

HSL color Cylindrical-coordinate representation of color #E08C9C: hue angle of 348.57º 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 #E08C9C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224140156-
CMYK00.380.300.12
HSL348.57º57.53%71.37%-
HSV(B)348.57º37.5%87.84%-
XYZ46.123736.16-
YUV166.94121.83168.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.08%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 156 (61.33% from 255) = 30%
R=43.08%
G=26.92%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414015600.380.300.12348.5757.5371.37
HexE08C9C0261EC15d3a47
Octal340214234046361453572107
Binary11100000100011001001110001001101111011001010111011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C9C; }

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

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

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

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

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

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

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

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