#EF95DB

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

Shades of Lavender Rose #EF95DB

Tints of Lavender Rose #EF95DB

Color information

#EF95DB (or 0xEF95DB) is unknown color: approx Lavender Rose. HEX triplet: EF, 95 and DB. RGB value is (239,149,219). Sum of RGB (Red+Green+Blue) = 239+149+219=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95DB is #106A24. Grayscale: #B7B7B7. Windows color (decimal): -1075749 or 14390767. OLE color: 14390767.

HSL color Cylindrical-coordinate representation of color #EF95DB: hue angle of 313.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95DB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239149219-
CMYK00.380.080.06
HSL313.33º73.77%76.08%-
HSV(B)313.33º37.66%93.73%-
XYZ59.1344.9672.58-
YUV183.89147.82167.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=39.37%
G=24.55%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914921900.380.080.06313.3373.7776.08
HexEF95DB026861394a4c
Octal357225333046106471112114
Binary1110111110010101110110110100110100011010011100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95DB; }

 p { color: rgb(239,149,219); }

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

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

 a { background-color: rgb(239,149,219); }

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

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

 span { border-color: rgb(239,149,219); }

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