#E8C1DA

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

Shades of Classic Rose #E8C1DA

Tints of Classic Rose #E8C1DA

Color information

#E8C1DA (or 0xE8C1DA) is unknown color: approx Classic Rose. HEX triplet: E8, C1 and DA. RGB value is (232,193,218). Sum of RGB (Red+Green+Blue) = 232+193+218=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C1DA is #173E25. Grayscale: #CFCFCF. Windows color (decimal): -1523238 or 14336488. OLE color: 14336488.

HSL color Cylindrical-coordinate representation of color #E8C1DA: hue angle of 321.54º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8C1DA is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232193218-
CMYK00.170.060.09
HSL321.54º45.88%83.33%-
HSV(B)321.54º16.81%90.98%-
XYZ6560.3674.55-
YUV207.51133.92145.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 193 (75.78% from 255) = 30.02%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=36.08%
G=30.02%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219321800.170.060.09321.5445.8883.33
HexE8C1DA011691422e53
Octal35030133202161150256123
Binary11101000110000011101101001000111010011010000101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C1DA; }

 p { color: rgb(232,193,218); }

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

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

 a { background-color: rgb(232,193,218); }

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

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

 span { border-color: rgb(232,193,218); }

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