#EB98D7

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

Shades of Lavender Rose #EB98D7

Tints of Lavender Rose #EB98D7

Color information

#EB98D7 (or 0xEB98D7) is unknown color: approx Lavender Rose. HEX triplet: EB, 98 and D7. RGB value is (235,152,215). Sum of RGB (Red+Green+Blue) = 235+152+215=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98D7 is #146728. Grayscale: #B7B7B7. Windows color (decimal): -1337129 or 14129387. OLE color: 14129387.

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

Color convert

RGB235152215-
CMYK00.350.090.08
HSL314.46º67.48%75.88%-
HSV(B)314.46º35.32%92.16%-
XYZ57.7545.0269.94-
YUV184145.5164.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=39.04%
G=25.25%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515221500.350.090.08314.4667.4875.88
HexEB98D70239813a434c
Octal3532303270431110472103114
Binary11101011100110001101011101000111001100010011101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98D7; }

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

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

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

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

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

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

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

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