#EB94DB

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

Shades of Lavender Rose #EB94DB

Tints of Lavender Rose #EB94DB

Color information

#EB94DB (or 0xEB94DB) is unknown color: approx Lavender Rose. HEX triplet: EB, 94 and DB. RGB value is (235,148,219). Sum of RGB (Red+Green+Blue) = 235+148+219=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94DB is #146B24. Grayscale: #B5B5B5. Windows color (decimal): -1338149 or 14390507. OLE color: 14390507.

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

Color convert

RGB235148219-
CMYK00.370.070.08
HSL311.03º68.5%75.1%-
HSV(B)311.03º37.02%92.16%-
XYZ57.6443.9672.46-
YUV182.11148.82165.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 148 (58.20% from 255) = 24.58%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=39.04%
G=24.58%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514821900.370.070.08311.0368.575.1
HexEB94DB02578137454b
Octal353224333045710467105113
Binary1110101110010100110110110100101111100010011011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94DB; }

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

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

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

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

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

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

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

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