#EB96D3

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

Shades of Lavender Rose #EB96D3

Tints of Lavender Rose #EB96D3

Color information

#EB96D3 (or 0xEB96D3) is unknown color: approx Lavender Rose. HEX triplet: EB, 96 and D3. RGB value is (235,150,211). Sum of RGB (Red+Green+Blue) = 235+150+211=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96D3 is #14692C. Grayscale: #B6B6B6. Windows color (decimal): -1337645 or 13866731. OLE color: 13866731.

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

Color convert

RGB235150211-
CMYK00.360.100.08
HSL316.94º68%75.49%-
HSV(B)316.94º36.17%92.16%-
XYZ56.9344.1867.15-
YUV182.37144.16165.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=39.43%
G=25.17%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515021100.360.100.08316.946875.49
HexEB96D3024A813d444b
Octal3532263230441210475104113
Binary11101011100101101101001101001001010100010011110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96D3; }

 p { color: rgb(235,150,211); }

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

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

 a { background-color: rgb(235,150,211); }

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

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

 span { border-color: rgb(235,150,211); }

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