#E08D9C

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

Shades of Carissma #E08D9C

Tints of Carissma #E08D9C

Color information

#E08D9C (or 0xE08D9C) is unknown color: approx Carissma. HEX triplet: E0, 8D and 9C. RGB value is (224,141,156). Sum of RGB (Red+Green+Blue) = 224+141+156=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D9C is #1F7263. Grayscale: #A7A7A7. Windows color (decimal): -2060900 or 10259936. OLE color: 10259936.

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

Color convert

RGB224141156-
CMYK00.370.300.12
HSL349.16º57.24%71.57%-
HSV(B)349.16º37.05%87.84%-
XYZ46.2737.336.21-
YUV167.53121.5168.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=42.99%
G=27.06%
B=29.94%

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
Decimal22414115600.370.300.12349.1657.2471.57
HexE08D9C0251EC15d3948
Octal340215234045361453571110
Binary11100000100011011001110001001011111011001010111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D9C; }

 p { color: rgb(224,141,156); }

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

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

 a { background-color: rgb(224,141,156); }

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

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

 span { border-color: rgb(224,141,156); }

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