#E08B9C

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

Shades of Carissma #E08B9C

Tints of Carissma #E08B9C

Color information

#E08B9C (or 0xE08B9C) is unknown color: approx Carissma. HEX triplet: E0, 8B and 9C. RGB value is (224,139,156). Sum of RGB (Red+Green+Blue) = 224+139+156=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B9C is #1F7463. Grayscale: #A6A6A6. Windows color (decimal): -2061412 or 10259424. OLE color: 10259424.

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

Color convert

RGB224139156-
CMYK00.380.300.12
HSL348º57.82%71.18%-
HSV(B)348º37.95%87.84%-
XYZ45.9736.7136.12-
YUV166.35122.16169.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=43.16%
G=26.78%
B=30.06%

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
Decimal22413915600.380.300.1234857.8271.18
HexE08B9C0261EC15c3a47
Octal340213234046361453472107
Binary11100000100010111001110001001101111011001010111001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B9C; }

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

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

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

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

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

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

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

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