#E08C8D

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

Shades of Carissma #E08C8D

Tints of Carissma #E08C8D

Color information

#E08C8D (or 0xE08C8D) is unknown color: approx Carissma. HEX triplet: E0, 8C and 8D. RGB value is (224,140,141). Sum of RGB (Red+Green+Blue) = 224+140+141=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C8D is #1F7372. Grayscale: #A5A5A5. Windows color (decimal): -2061171 or 9276640. OLE color: 9276640.

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

Color convert

RGB224140141-
CMYK00.380.370.12
HSL359.29º57.53%71.37%-
HSV(B)359.29º37.5%87.84%-
XYZ44.9336.5329.88-
YUV165.23114.33169.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=44.36%
G=27.72%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414014100.380.370.12359.2957.5371.37
HexE08C8D02625C1673a47
Octal340214215046451454772107
Binary111000001000110010001101010011010010111001011001111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C8D; }

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

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

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

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

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

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

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

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