#E08A96

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

Shades of Carissma #E08A96

Tints of Carissma #E08A96

Color information

#E08A96 (or 0xE08A96) is unknown color: approx Carissma. HEX triplet: E0, 8A and 96. RGB value is (224,138,150). Sum of RGB (Red+Green+Blue) = 224+138+150=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A96 is #1F7569. Grayscale: #A5A5A5. Windows color (decimal): -2061674 or 9865952. OLE color: 9865952.

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

Color convert

RGB224138150-
CMYK00.380.330.12
HSL351.63º58.11%70.98%-
HSV(B)351.63º38.39%87.84%-
XYZ45.3336.2333.46-
YUV165.08119.49170.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=43.75%
G=26.95%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413815000.380.330.12351.6358.1170.98
HexE08A9602621C1603a47
Octal340212226046411454072107
Binary111000001000101010010110010011010000111001011000001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A96; }

 p { color: rgb(224,138,150); }

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

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

 a { background-color: rgb(224,138,150); }

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

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

 span { border-color: rgb(224,138,150); }

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