#EF9BE7

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

Shades of Lavender Rose #EF9BE7

Tints of Lavender Rose #EF9BE7

Color information

#EF9BE7 (or 0xEF9BE7) is unknown color: approx Lavender Rose. HEX triplet: EF, 9B and E7. RGB value is (239,155,231). Sum of RGB (Red+Green+Blue) = 239+155+231=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BE7 is #106418. Grayscale: #BCBCBC. Windows color (decimal): -1074201 or 15178735. OLE color: 15178735.

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

Color convert

RGB239155231-
CMYK00.350.030.06
HSL305.71º72.41%77.25%-
HSV(B)305.71º35.15%93.73%-
XYZ61.7447.5681.53-
YUV188.78151.83163.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 155 (60.94% from 255) = 24.8%
BLUE value IS 231 (90.62% from 255) = 36.96%
R=38.24%
G=24.8%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915523100.350.030.06305.7172.4177.25
HexEF9BE702336132484d
Octal35723334704336462110115
Binary11101111100110111110011101000111111010011001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BE7; }

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

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

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

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

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

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

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

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