#E08B90

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

Shades of Carissma #E08B90

Tints of Carissma #E08B90

Color information

#E08B90 (or 0xE08B90) is unknown color: approx Carissma. HEX triplet: E0, 8B and 90. RGB value is (224,139,144). Sum of RGB (Red+Green+Blue) = 224+139+144=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B90 is #1F746F. Grayscale: #A5A5A5. Windows color (decimal): -2061424 or 9472992. OLE color: 9472992.

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

Color convert

RGB224139144-
CMYK00.380.360.12
HSL356.47º57.82%71.18%-
HSV(B)356.47º37.95%87.84%-
XYZ45.0136.3331.03-
YUV164.98116.16170.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=44.18%
G=27.42%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413914400.380.360.12356.4757.8271.18
HexE08B9002624C1643a47
Octal340213220046441454472107
Binary111000001000101110010000010011010010011001011001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B90; }

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

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

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

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

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

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

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

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