#EF9DE2

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

Shades of Lavender Rose #EF9DE2

Tints of Lavender Rose #EF9DE2

Color information

#EF9DE2 (or 0xEF9DE2) is unknown color: approx Lavender Rose. HEX triplet: EF, 9D and E2. RGB value is (239,157,226). Sum of RGB (Red+Green+Blue) = 239+157+226=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DE2 is #10621D. Grayscale: #BDBDBD. Windows color (decimal): -1073694 or 14851567. OLE color: 14851567.

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

Color convert

RGB239157226-
CMYK00.340.050.06
HSL309.51º71.93%77.65%-
HSV(B)309.51º34.31%93.73%-
XYZ61.3847.9677.97-
YUV189.38148.67163.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=38.42%
G=25.24%
B=36.33%

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
Decimal23915722600.340.050.06309.5171.9377.65
HexEF9DE202256136484e
Octal35723534204256466110116
Binary111011111001110111100010010001010111010011011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DE2; }

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

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

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

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

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

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

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

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