#EF9AD6

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

Shades of Lavender Rose #EF9AD6

Tints of Lavender Rose #EF9AD6

Color information

#EF9AD6 (or 0xEF9AD6) is unknown color: approx Lavender Rose. HEX triplet: EF, 9A and D6. RGB value is (239,154,214). Sum of RGB (Red+Green+Blue) = 239+154+214=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AD6 is #106529. Grayscale: #BABABA. Windows color (decimal): -1074474 or 14064367. OLE color: 14064367.

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

Color convert

RGB239154214-
CMYK00.360.100.06
HSL317.65º72.65%77.06%-
HSV(B)317.65º35.56%93.73%-
XYZ59.2946.3269.43-
YUV186.26143.66165.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=39.37%
G=25.37%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915421400.360.100.06317.6572.6577.06
HexEF9AD6024A613e494d
Octal357232326044126476111115
Binary1110111110011010110101100100100101011010011111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AD6; }

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

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

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

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

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

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

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

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