#EF9BD6

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

Shades of Lavender Rose #EF9BD6

Tints of Lavender Rose #EF9BD6

Color information

#EF9BD6 (or 0xEF9BD6) is unknown color: approx Lavender Rose. HEX triplet: EF, 9B and D6. RGB value is (239,155,214). Sum of RGB (Red+Green+Blue) = 239+155+214=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BD6 is #106429. Grayscale: #BABABA. Windows color (decimal): -1074218 or 14064623. OLE color: 14064623.

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

Color convert

RGB239155214-
CMYK00.350.100.06
HSL317.86º72.41%77.25%-
HSV(B)317.86º35.15%93.73%-
XYZ59.4646.6569.49-
YUV186.84143.33165.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 155 (60.94% from 255) = 25.49%
BLUE value IS 214 (83.98% from 255) = 35.20%
R=39.31%
G=25.49%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915521400.350.100.06317.8672.4177.25
HexEF9BD6023A613e484d
Octal357233326043126476110115
Binary1110111110011011110101100100011101011010011111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BD6; }

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

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

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

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

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

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

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

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