#EFAEEA

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

Shades of Lavender Rose #EFAEEA

Tints of Lavender Rose #EFAEEA

Color information

#EFAEEA (or 0xEFAEEA) is unknown color: approx Lavender Rose. HEX triplet: EF, AE and EA. RGB value is (239,174,234). Sum of RGB (Red+Green+Blue) = 239+174+234=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEA is #105115. Grayscale: #C8C8C8. Windows color (decimal): -1069334 or 15380207. OLE color: 15380207.

HSL color Cylindrical-coordinate representation of color #EFAEEA: hue angle of 304.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEEA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239174234-
CMYK00.270.020.06
HSL304.62º67.01%80.98%-
HSV(B)304.62º27.2%93.73%-
XYZ65.5854.5684.92-
YUV200.27147.03155.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 174 (68.36% from 255) = 26.89%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=36.94%
G=26.89%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917423400.270.020.06304.6267.0180.98
HexEFAEEA01B261314351
Octal35725635203326461103121
Binary1110111110101110111010100110111011010011000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEEA; }

 p { color: rgb(239,174,234); }

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

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

 a { background-color: rgb(239,174,234); }

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

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

 span { border-color: rgb(239,174,234); }

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