#EFAFE6

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

Shades of Lavender Rose #EFAFE6

Tints of Lavender Rose #EFAFE6

Color information

#EFAFE6 (or 0xEFAFE6) is unknown color: approx Lavender Rose. HEX triplet: EF, AF and E6. RGB value is (239,175,230). Sum of RGB (Red+Green+Blue) = 239+175+230=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFE6 is #105019. Grayscale: #C8C8C8. Windows color (decimal): -1069082 or 15118319. OLE color: 15118319.

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

Color convert

RGB239175230-
CMYK00.270.040.06
HSL308.44º66.67%81.18%-
HSV(B)308.44º26.78%93.73%-
XYZ65.2154.7281.99-
YUV200.41144.7155.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 230 (90.23% from 255) = 35.71%
R=37.11%
G=27.17%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917523000.270.040.06308.4466.6781.18
HexEFAFE601B461344351
Octal35725734603346464103121
Binary11101111101011111110011001101110011010011010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFE6; }

 p { color: rgb(239,175,230); }

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

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

 a { background-color: rgb(239,175,230); }

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

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

 span { border-color: rgb(239,175,230); }

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