#EF9DE3

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

Shades of Lavender Rose #EF9DE3

Tints of Lavender Rose #EF9DE3

Color information

#EF9DE3 (or 0xEF9DE3) is unknown color: approx Lavender Rose. HEX triplet: EF, 9D and E3. RGB value is (239,157,227). Sum of RGB (Red+Green+Blue) = 239+157+227=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DE3 is #10621C. Grayscale: #BDBDBD. Windows color (decimal): -1073693 or 14917103. OLE color: 14917103.

HSL color Cylindrical-coordinate representation of color #EF9DE3: hue angle of 308.78º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DE3 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239157227-
CMYK00.340.050.06
HSL308.78º71.93%77.65%-
HSV(B)308.78º34.31%93.73%-
XYZ61.5248.0178.7-
YUV189.5149.17163.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=38.36%
G=25.20%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915722700.340.050.06308.7871.9377.65
HexEF9DE302256135484e
Octal35723534304256465110116
Binary111011111001110111100011010001010111010011010110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DE3; }

 p { color: rgb(239,157,227); }

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

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

 a { background-color: rgb(239,157,227); }

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

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

 span { border-color: rgb(239,157,227); }

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