#EF9ADE

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

Shades of Lavender Rose #EF9ADE

Tints of Lavender Rose #EF9ADE

Color information

#EF9ADE (or 0xEF9ADE) is unknown color: approx Lavender Rose. HEX triplet: EF, 9A and DE. RGB value is (239,154,222). Sum of RGB (Red+Green+Blue) = 239+154+222=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ADE is #106521. Grayscale: #BABABA. Windows color (decimal): -1074466 or 14588655. OLE color: 14588655.

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

Color convert

RGB239154222-
CMYK00.360.070.06
HSL312º72.65%77.06%-
HSV(B)312º35.56%93.73%-
XYZ60.3446.7474.95-
YUV187.17147.66164.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=38.86%
G=25.04%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915422200.360.070.0631272.6577.06
HexEF9ADE02476138494d
Octal35723233604476470111115
Binary111011111001101011011110010010011111010011100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9ADE; }

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

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

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

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

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

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

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

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