#E8BEC1

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

Shades of Azalea #E8BEC1

Tints of Azalea #E8BEC1

Color information

#E8BEC1 (or 0xE8BEC1) is unknown color: approx Azalea. HEX triplet: E8, BE and C1. RGB value is (232,190,193). Sum of RGB (Red+Green+Blue) = 232+190+193=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BEC1 is #17413E. Grayscale: #CACACA. Windows color (decimal): -1524031 or 12697320. OLE color: 12697320.

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

Color convert

RGB232190193-
CMYK00.180.170.09
HSL355.71º47.73%82.75%-
HSV(B)355.71º18.1%90.98%-
XYZ61.3257.8358.38-
YUV202.9122.41148.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.72%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=37.72%
G=30.89%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219019300.180.170.09355.7147.7382.75
HexE8BEC10121191643053
Octal350276301022211154460123
Binary1110100010111110110000010100101000110011011001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BEC1; }

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

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

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

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

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

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

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

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