#EFAAE2

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

Shades of Lavender Rose #EFAAE2

Tints of Lavender Rose #EFAAE2

Color information

#EFAAE2 (or 0xEFAAE2) is unknown color: approx Lavender Rose. HEX triplet: EF, AA and E2. RGB value is (239,170,226). Sum of RGB (Red+Green+Blue) = 239+170+226=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAE2 is #10551D. Grayscale: #C4C4C4. Windows color (decimal): -1070366 or 14854895. OLE color: 14854895.

HSL color Cylindrical-coordinate representation of color #EFAAE2: hue angle of 311.3º 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 #EFAAE2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239170226-
CMYK00.290.050.06
HSL311.3º68.32%80.2%-
HSV(B)311.3º28.87%93.73%-
XYZ63.752.5978.75-
YUV197.02144.36157.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 226 (88.67% from 255) = 35.59%
R=37.64%
G=26.77%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917022600.290.050.06311.368.3280.2
HexEFAAE201D561374450
Octal35725234203556467104120
Binary11101111101010101110001001110110111010011011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAE2; }

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

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

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

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

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

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

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

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