#e08c93

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

Shades of Carissma #E08C93

Tints of Carissma #E08C93

Color information

#E08C93 (or 0xE08C93) is unknown color: approx Carissma. HEX triplet: E0, 8C and 93. RGB value is (224,140,147). Sum of RGB (Red+Green+Blue) = 224+140+147=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C93 is #1F736C. Grayscale: #A5A5A5. Windows color (decimal): -2061165 or 9669856. OLE color: 9669856.

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

Color convert

RGB224140147-
CMYK00.380.340.12
HSL355º57.53%71.37%-
HSV(B)355º37.5%87.84%-
XYZ45.3936.7132.3-
YUV165.91117.33169.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=43.84%
G=27.40%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414014700.380.340.1235557.5371.37
HexE08C9302622C1633a47
Octal340214223046421454372107
Binary111000001000110010010011010011010001011001011000111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08c93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08c93; }

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

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

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

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

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

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

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

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