#E08D93

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

Shades of Carissma #E08D93

Tints of Carissma #E08D93

Color information

#E08D93 (or 0xE08D93) is unknown color: approx Carissma. HEX triplet: E0, 8D and 93. RGB value is (224,141,147). Sum of RGB (Red+Green+Blue) = 224+141+147=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D93 is #1F726C. Grayscale: #A6A6A6. Windows color (decimal): -2060909 or 9670112. OLE color: 9670112.

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

Color convert

RGB224141147-
CMYK00.370.340.12
HSL355.66º57.24%71.57%-
HSV(B)355.66º37.05%87.84%-
XYZ45.533732.35-
YUV166.5117169.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=43.75%
G=27.54%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414114700.370.340.12355.6657.2471.57
HexE08D9302522C1643948
Octal340215223045421454471110
Binary111000001000110110010011010010110001011001011001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D93; }

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

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

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

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

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

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

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

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