#E8AECB

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

Shades of Lavender Pink #E8AECB

Tints of Lavender Pink #E8AECB

Color information

#E8AECB (or 0xE8AECB) is unknown color: approx Lavender Pink. HEX triplet: E8, AE and CB. RGB value is (232,174,203). Sum of RGB (Red+Green+Blue) = 232+174+203=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AECB is #175134. Grayscale: #C2C2C2. Windows color (decimal): -1528117 or 13348584. OLE color: 13348584.

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

Color convert

RGB232174203-
CMYK00.250.120.09
HSL330º55.77%79.61%-
HSV(B)330º25%90.98%-
XYZ59.1951.7463.37-
YUV194.65132.72154.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=38.10%
G=28.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217420300.250.120.0933055.7779.61
HexE8AECB019C914a3850
Octal350256313031141151270120
Binary111010001010111011001011011001110010011010010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AECB; }

 p { color: rgb(232,174,203); }

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

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

 a { background-color: rgb(232,174,203); }

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

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

 span { border-color: rgb(232,174,203); }

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