#E8C5D7

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

Shades of Classic Rose #E8C5D7

Tints of Classic Rose #E8C5D7

Color information

#E8C5D7 (or 0xE8C5D7) is unknown color: approx Classic Rose. HEX triplet: E8, C5 and D7. RGB value is (232,197,215). Sum of RGB (Red+Green+Blue) = 232+197+215=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5D7 is #173A28. Grayscale: #D1D1D1. Windows color (decimal): -1522217 or 14140904. OLE color: 14140904.

HSL color Cylindrical-coordinate representation of color #E8C5D7: hue angle of 329.14º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8C5D7 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB232197215-
CMYK00.150.070.09
HSL329.14º43.21%84.12%-
HSV(B)329.14º15.09%90.98%-
XYZ65.5161.9972.8-
YUV209.52131.1144.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 197 (77.34% from 255) = 30.59%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=36.02%
G=30.59%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219721500.150.070.09329.1443.2184.12
HexE8C5D70F791492b54
Octal35030532701771151153124
Binary1110100011000101110101110111111110011010010011010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C5D7; }

 p { color: rgb(232,197,215); }

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

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

 a { background-color: rgb(232,197,215); }

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

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

 span { border-color: rgb(232,197,215); }

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