#EF9FD1

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

Shades of Lavender Pink #EF9FD1

Tints of Lavender Pink #EF9FD1

Color information

#EF9FD1 (or 0xEF9FD1) is unknown color: approx Lavender Pink. HEX triplet: EF, 9F and D1. RGB value is (239,159,209). Sum of RGB (Red+Green+Blue) = 239+159+209=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FD1 is #10602E. Grayscale: #BCBCBC. Windows color (decimal): -1073199 or 13737967. OLE color: 13737967.

HSL color Cylindrical-coordinate representation of color #EF9FD1: hue angle of 322.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 #EF9FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239159209-
CMYK00.330.130.06
HSL322.5º71.43%78.04%-
HSV(B)322.5º33.47%93.73%-
XYZ59.547.7566.4-
YUV188.62139.5163.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=39.37%
G=26.19%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915920900.330.130.06322.571.4378.04
HexEF9FD1021D6142474e
Octal357237321041156502107116
Binary1110111110011111110100010100001110111010100001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FD1; }

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

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

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

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

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

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

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

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