#E8CACC

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

Shades of Pale Rose #E8CACC

Tints of Pale Rose #E8CACC

Color information

#E8CACC (or 0xE8CACC) is unknown color: approx Pale Rose. HEX triplet: E8, CA and CC. RGB value is (232,202,204). Sum of RGB (Red+Green+Blue) = 232+202+204=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CACC is #173533. Grayscale: #D3D3D3. Windows color (decimal): -1520948 or 13421288. OLE color: 13421288.

HSL color Cylindrical-coordinate representation of color #E8CACC: hue angle of 356º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CACC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232202204-
CMYK00.130.120.09
HSL356º39.47%85.1%-
HSV(B)356º12.93%90.98%-
XYZ65.363.7665.99-
YUV211.2123.94142.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.36%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=36.36%
G=31.66%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220220400.130.120.0935639.4785.1
HexE8CACC0DC91642755
Octal350312314015141154447125
Binary11101000110010101100110001101110010011011001001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CACC; }

 p { color: rgb(232,202,204); }

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

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

 a { background-color: rgb(232,202,204); }

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

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

 span { border-color: rgb(232,202,204); }

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