#EF9DE9

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

Shades of Lavender Rose #EF9DE9

Tints of Lavender Rose #EF9DE9

Color information

#EF9DE9 (or 0xEF9DE9) is unknown color: approx Lavender Rose. HEX triplet: EF, 9D and E9. RGB value is (239,157,233). Sum of RGB (Red+Green+Blue) = 239+157+233=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DE9 is #106216. Grayscale: #BDBDBD. Windows color (decimal): -1073687 or 15310319. OLE color: 15310319.

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

Color convert

RGB239157233-
CMYK00.340.030.06
HSL304.39º71.93%77.65%-
HSV(B)304.39º34.31%93.73%-
XYZ62.3648.3583.14-
YUV190.18152.17162.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 233 (91.41% from 255) = 37.04%
R=38.00%
G=24.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915723300.340.030.06304.3971.9377.65
HexEF9DE902236130484e
Octal35723535104236460110116
Binary11101111100111011110100101000101111010011000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DE9; }

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

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

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

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

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

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

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

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