#EB94D9

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

Shades of Lavender Rose #EB94D9

Tints of Lavender Rose #EB94D9

Color information

#EB94D9 (or 0xEB94D9) is unknown color: approx Lavender Rose. HEX triplet: EB, 94 and D9. RGB value is (235,148,217). Sum of RGB (Red+Green+Blue) = 235+148+217=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94D9 is #146B26. Grayscale: #B5B5B5. Windows color (decimal): -1338151 or 14259435. OLE color: 14259435.

HSL color Cylindrical-coordinate representation of color #EB94D9: hue angle of 312.41º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB94D9 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235148217-
CMYK00.370.080.08
HSL312.41º68.5%75.1%-
HSV(B)312.41º37.02%92.16%-
XYZ57.3843.8571.09-
YUV181.88147.82165.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 148 (58.20% from 255) = 24.67%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=39.17%
G=24.67%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514821700.370.080.08312.4168.575.1
HexEB94D902588138454b
Octal3532243310451010470105113
Binary11101011100101001101100101001011000100010011100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94D9; }

 p { color: rgb(235,148,217); }

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

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

 a { background-color: rgb(235,148,217); }

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

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

 span { border-color: rgb(235,148,217); }

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