#EF9AD5

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

Shades of Lavender Rose #EF9AD5

Tints of Lavender Rose #EF9AD5

Color information

#EF9AD5 (or 0xEF9AD5) is unknown color: approx Lavender Rose. HEX triplet: EF, 9A and D5. RGB value is (239,154,213). Sum of RGB (Red+Green+Blue) = 239+154+213=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AD5 is #10652A. Grayscale: #B9B9B9. Windows color (decimal): -1074475 or 13998831. OLE color: 13998831.

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

Color convert

RGB239154213-
CMYK00.360.110.06
HSL318.35º72.65%77.06%-
HSV(B)318.35º35.56%93.73%-
XYZ59.1646.2768.76-
YUV186.14143.16165.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=39.44%
G=25.41%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915421300.360.110.06318.3572.6577.06
HexEF9AD5024B613e494d
Octal357232325044136476111115
Binary1110111110011010110101010100100101111010011111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AD5; }

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

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

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

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

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

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

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

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