#EF9AD1

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

Shades of Lavender Rose #EF9AD1

Tints of Lavender Rose #EF9AD1

Color information

#EF9AD1 (or 0xEF9AD1) is unknown color: approx Lavender Rose. HEX triplet: EF, 9A and D1. RGB value is (239,154,209). Sum of RGB (Red+Green+Blue) = 239+154+209=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AD1 is #10652E. Grayscale: #B9B9B9. Windows color (decimal): -1074479 or 13736687. OLE color: 13736687.

HSL color Cylindrical-coordinate representation of color #EF9AD1: hue angle of 321.18º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9AD1 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239154209-
CMYK00.360.130.06
HSL321.18º72.65%77.06%-
HSV(B)321.18º35.56%93.73%-
XYZ58.6646.0766.12-
YUV185.68141.16166.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=39.70%
G=25.58%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915420900.360.130.06321.1872.6577.06
HexEF9AD1024D6141494d
Octal357232321044156501111115
Binary1110111110011010110100010100100110111010100000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AD1; }

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

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

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

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

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

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

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

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