#E08B99

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

Shades of Carissma #E08B99

Tints of Carissma #E08B99

Color information

#E08B99 (or 0xE08B99) is unknown color: approx Carissma. HEX triplet: E0, 8B and 99. RGB value is (224,139,153). Sum of RGB (Red+Green+Blue) = 224+139+153=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B99 is #1F7466. Grayscale: #A6A6A6. Windows color (decimal): -2061415 or 10062816. OLE color: 10062816.

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

Color convert

RGB224139153-
CMYK00.380.320.12
HSL350.12º57.82%71.18%-
HSV(B)350.12º37.95%87.84%-
XYZ45.7236.6134.79-
YUV166.01120.66169.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=43.41%
G=26.94%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413915300.380.320.12350.1257.8271.18
HexE08B9902620C15e3a47
Octal340213231046401453672107
Binary111000001000101110011001010011010000011001010111101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B99; }

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

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

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

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

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

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

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

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