#EB95DA

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

Shades of Lavender Rose #EB95DA

Tints of Lavender Rose #EB95DA

Color information

#EB95DA (or 0xEB95DA) is unknown color: approx Lavender Rose. HEX triplet: EB, 95 and DA. RGB value is (235,149,218). Sum of RGB (Red+Green+Blue) = 235+149+218=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95DA is #146A25. Grayscale: #B6B6B6. Windows color (decimal): -1337894 or 14325227. OLE color: 14325227.

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

Color convert

RGB235149218-
CMYK00.370.070.08
HSL311.86º68.25%75.29%-
HSV(B)311.86º36.6%92.16%-
XYZ57.6644.2271.83-
YUV182.58147.99165.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 149 (58.59% from 255) = 24.75%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=39.04%
G=24.75%
B=36.21%

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
Decimal23514921800.370.070.08311.8668.2575.29
HexEB95DA02578138444b
Octal353225332045710470104113
Binary1110101110010101110110100100101111100010011100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95DA; }

 p { color: rgb(235,149,218); }

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

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

 a { background-color: rgb(235,149,218); }

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

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

 span { border-color: rgb(235,149,218); }

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