#E8C8C9

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

Shades of Azalea #E8C8C9

Tints of Azalea #E8C8C9

Color information

#E8C8C9 (or 0xE8C8C9) is unknown color: approx Azalea. HEX triplet: E8, C8 and C9. RGB value is (232,200,201). Sum of RGB (Red+Green+Blue) = 232+200+201=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8C9 is #173736. Grayscale: #D1D1D1. Windows color (decimal): -1521463 or 13224168. OLE color: 13224168.

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

Color convert

RGB232200201-
CMYK00.140.130.09
HSL358.12º41.03%84.71%-
HSV(B)358.12º13.79%90.98%-
XYZ64.4862.6863.96-
YUV209.68123.1143.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.65%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=36.65%
G=31.60%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220020100.140.130.09358.1241.0384.71
HexE8C8C90ED91662955
Octal350310311016151154651125
Binary11101000110010001100100101110110110011011001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C8C9; }

 p { color: rgb(232,200,201); }

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

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

 a { background-color: rgb(232,200,201); }

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

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

 span { border-color: rgb(232,200,201); }

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