#E08B98

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

Shades of Carissma #E08B98

Tints of Carissma #E08B98

Color information

#E08B98 (or 0xE08B98) is unknown color: approx Carissma. HEX triplet: E0, 8B and 98. RGB value is (224,139,152). Sum of RGB (Red+Green+Blue) = 224+139+152=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08B98 is #1F7467. Grayscale: #A5A5A5. Windows color (decimal): -2061416 or 9997280. OLE color: 9997280.

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

Color convert

RGB224139152-
CMYK00.380.320.12
HSL350.82º57.82%71.18%-
HSV(B)350.82º37.95%87.84%-
XYZ45.6436.5834.36-
YUV165.9120.16169.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 152 (59.77% from 255) = 29.51%
R=43.50%
G=26.99%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413915200.380.320.12350.8257.8271.18
HexE08B9802620C15f3a47
Octal340213230046401453772107
Binary111000001000101110011000010011010000011001010111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08B98; }

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

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

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

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

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

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

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

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