#EAAFCE

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

Shades of Lavender Pink #EAAFCE

Tints of Lavender Pink #EAAFCE

Color information

#EAAFCE (or 0xEAAFCE) is unknown color: approx Lavender Pink. HEX triplet: EA, AF and CE. RGB value is (234,175,206). Sum of RGB (Red+Green+Blue) = 234+175+206=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFCE is #155031. Grayscale: #C4C4C4. Windows color (decimal): -1396786 or 13545450. OLE color: 13545450.

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

Color convert

RGB234175206-
CMYK00.250.120.08
HSL328.47º58.42%80.2%-
HSV(B)328.47º25.21%91.76%-
XYZ60.452.6165.36-
YUV196.18133.55154.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=38.05%
G=28.46%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417520600.250.120.08328.4758.4280.2
HexEAAFCE019C81483a50
Octal352257316031141051072120
Binary111010101010111111001110011001110010001010010001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFCE; }

 p { color: rgb(234,175,206); }

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

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

 a { background-color: rgb(234,175,206); }

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

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

 span { border-color: rgb(234,175,206); }

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