#E08E9A

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

Shades of Carissma #E08E9A

Tints of Carissma #E08E9A

Color information

#E08E9A (or 0xE08E9A) is unknown color: approx Carissma. HEX triplet: E0, 8E and 9A. RGB value is (224,142,154). Sum of RGB (Red+Green+Blue) = 224+142+154=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E9A is #1F7165. Grayscale: #A7A7A7. Windows color (decimal): -2060646 or 10129120. OLE color: 10129120.

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

Color convert

RGB224142154-
CMYK00.370.310.12
HSL351.22º56.94%71.76%-
HSV(B)351.22º36.61%87.84%-
XYZ46.2537.5335.38-
YUV167.89120.17168.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.08%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=43.08%
G=27.31%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414215400.370.310.12351.2256.9471.76
HexE08E9A0251FC15f3948
Octal340216232045371453771110
Binary11100000100011101001101001001011111111001010111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E9A; }

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

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

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

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

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

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

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

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