#E08D99

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

Shades of Carissma #E08D99

Tints of Carissma #E08D99

Color information

#E08D99 (or 0xE08D99) is unknown color: approx Carissma. HEX triplet: E0, 8D and 99. RGB value is (224,141,153). Sum of RGB (Red+Green+Blue) = 224+141+153=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D99 is #1F7266. Grayscale: #A7A7A7. Windows color (decimal): -2060903 or 10063328. OLE color: 10063328.

HSL color Cylindrical-coordinate representation of color #E08D99: hue angle of 351.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08D99 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224141153-
CMYK00.370.320.12
HSL351.33º57.24%71.57%-
HSV(B)351.33º37.05%87.84%-
XYZ46.0237.234.89-
YUV167.18120168.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=43.24%
G=27.22%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414115300.370.320.12351.3357.2471.57
HexE08D9902520C15f3948
Octal340215231045401453771110
Binary111000001000110110011001010010110000011001010111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D99; }

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

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

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

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

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

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

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

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