#EF9FD5

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

Shades of Lavender Rose #EF9FD5

Tints of Lavender Rose #EF9FD5

Color information

#EF9FD5 (or 0xEF9FD5) is unknown color: approx Lavender Rose. HEX triplet: EF, 9F and D5. RGB value is (239,159,213). Sum of RGB (Red+Green+Blue) = 239+159+213=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FD5 is #10602A. Grayscale: #BCBCBC. Windows color (decimal): -1073195 or 14000111. OLE color: 14000111.

HSL color Cylindrical-coordinate representation of color #EF9FD5: hue angle of 319.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FD5 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239159213-
CMYK00.330.110.06
HSL319.5º71.43%78.04%-
HSV(B)319.5º33.47%93.73%-
XYZ6047.9569.04-
YUV189.08141.5163.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 213 (83.59% from 255) = 34.86%
R=39.12%
G=26.02%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915921300.330.110.06319.571.4378.04
HexEF9FD5021B6140474e
Octal357237325041136500107116
Binary1110111110011111110101010100001101111010100000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FD5; }

 p { color: rgb(239,159,213); }

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

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

 a { background-color: rgb(239,159,213); }

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

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

 span { border-color: rgb(239,159,213); }

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