#E08B92

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

Shades of Carissma #E08B92

Tints of Carissma #E08B92

Color information

#E08B92 (or 0xE08B92) is unknown color: approx Carissma. HEX triplet: E0, 8B and 92. RGB value is (224,139,146). Sum of RGB (Red+Green+Blue) = 224+139+146=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B92 is #1F746D. Grayscale: #A5A5A5. Windows color (decimal): -2061422 or 9604064. OLE color: 9604064.

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

Color convert

RGB224139146-
CMYK00.380.350.12
HSL355.06º57.82%71.18%-
HSV(B)355.06º37.95%87.84%-
XYZ45.1636.3931.84-
YUV165.21117.16169.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=44.01%
G=27.31%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413914600.380.350.12355.0657.8271.18
HexE08B9202623C1633a47
Octal340213222046431454372107
Binary111000001000101110010010010011010001111001011000111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B92; }

 p { color: rgb(224,139,146); }

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

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

 a { background-color: rgb(224,139,146); }

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

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

 span { border-color: rgb(224,139,146); }

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