#E08E9D

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

Shades of Carissma #E08E9D

Tints of Carissma #E08E9D

Color information

#E08E9D (or 0xE08E9D) is unknown color: approx Carissma. HEX triplet: E0, 8E and 9D. RGB value is (224,142,157). Sum of RGB (Red+Green+Blue) = 224+142+157=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E9D is #1F7162. Grayscale: #A8A8A8. Windows color (decimal): -2060643 or 10325728. OLE color: 10325728.

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

Color convert

RGB224142157-
CMYK00.370.300.12
HSL349.02º56.94%71.76%-
HSV(B)349.02º36.61%87.84%-
XYZ46.537.6336.71-
YUV168.23121.67167.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=42.83%
G=27.15%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414215700.370.300.12349.0256.9471.76
HexE08E9D0251EC15d3948
Octal340216235045361453571110
Binary11100000100011101001110101001011111011001010111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E9D; }

 p { color: rgb(224,142,157); }

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

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

 a { background-color: rgb(224,142,157); }

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

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

 span { border-color: rgb(224,142,157); }

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