#EFAAE8

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

Shades of Lavender Rose #EFAAE8

Tints of Lavender Rose #EFAAE8

Color information

#EFAAE8 (or 0xEFAAE8) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and E8. RGB value is (239,170,232). Sum of RGB (Red+Green+Blue) = 239+170+232=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAE8 is #105517. Grayscale: #C5C5C5. Windows color (decimal): -1070360 or 15248111. OLE color: 15248111.

HSL color Cylindrical-coordinate representation of color #EFAAE8: hue angle of 306.09º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAE8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239170232-
CMYK00.290.030.06
HSL306.09º68.32%80.2%-
HSV(B)306.09º28.87%93.73%-
XYZ64.5452.9383.16-
YUV197.7147.36157.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=37.29%
G=26.52%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917023200.290.030.06306.0968.3280.2
HexEFAAE801D361324450
Octal35725235003536462104120
Binary1110111110101010111010000111011111010011001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAE8; }

 p { color: rgb(239,170,232); }

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

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

 a { background-color: rgb(239,170,232); }

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

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

 span { border-color: rgb(239,170,232); }

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