#EB98DA

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

Shades of Lavender Rose #EB98DA

Tints of Lavender Rose #EB98DA

Color information

#EB98DA (or 0xEB98DA) is unknown color: approx Lavender Rose. HEX triplet: EB, 98 and DA. RGB value is (235,152,218). Sum of RGB (Red+Green+Blue) = 235+152+218=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98DA is #146725. Grayscale: #B8B8B8. Windows color (decimal): -1337126 or 14325995. OLE color: 14325995.

HSL color Cylindrical-coordinate representation of color #EB98DA: hue angle of 312.29º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB98DA is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235152218-
CMYK00.350.070.08
HSL312.29º67.48%75.88%-
HSV(B)312.29º35.32%92.16%-
XYZ58.1445.1871.99-
YUV184.34147164.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=38.84%
G=25.12%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515221800.350.070.08312.2967.4875.88
HexEB98DA02378138434c
Octal353230332043710470103114
Binary1110101110011000110110100100011111100010011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98DA; }

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

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

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

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

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

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

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

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