#EF9DE7

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

Shades of Lavender Rose #EF9DE7

Tints of Lavender Rose #EF9DE7

Color information

#EF9DE7 (or 0xEF9DE7) is unknown color: approx Lavender Rose. HEX triplet: EF, 9D and E7. RGB value is (239,157,231). Sum of RGB (Red+Green+Blue) = 239+157+231=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DE7 is #106218. Grayscale: #BDBDBD. Windows color (decimal): -1073689 or 15179247. OLE color: 15179247.

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

Color convert

RGB239157231-
CMYK00.340.030.06
HSL305.85º71.93%77.65%-
HSV(B)305.85º34.31%93.73%-
XYZ62.0848.2381.64-
YUV189.95151.17162.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 157 (61.72% from 255) = 25.04%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=38.12%
G=25.04%
B=36.84%

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
Decimal23915723100.340.030.06305.8571.9377.65
HexEF9DE702236132484e
Octal35723534704236462110116
Binary11101111100111011110011101000101111010011001010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DE7; }

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

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

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

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

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

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

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

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