#EB96DC

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

Shades of Lavender Rose #EB96DC

Tints of Lavender Rose #EB96DC

Color information

#EB96DC (or 0xEB96DC) is unknown color: approx Lavender Rose. HEX triplet: EB, 96 and DC. RGB value is (235,150,220). Sum of RGB (Red+Green+Blue) = 235+150+220=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96DC is #146923. Grayscale: #B7B7B7. Windows color (decimal): -1337636 or 14456555. OLE color: 14456555.

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

Color convert

RGB235150220-
CMYK00.360.060.08
HSL310.59º68%75.49%-
HSV(B)310.59º36.17%92.16%-
XYZ58.0944.6473.27-
YUV183.4148.66164.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 150 (58.98% from 255) = 24.79%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=38.84%
G=24.79%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515022000.360.060.08310.596875.49
HexEB96DC02468137444b
Octal353226334044610467104113
Binary1110101110010110110111000100100110100010011011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96DC; }

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

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

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

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

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

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

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

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