#EB98D3

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

Shades of Lavender Rose #EB98D3

Tints of Lavender Rose #EB98D3

Color information

#EB98D3 (or 0xEB98D3) is unknown color: approx Lavender Rose. HEX triplet: EB, 98 and D3. RGB value is (235,152,211). Sum of RGB (Red+Green+Blue) = 235+152+211=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98D3 is #14672C. Grayscale: #B7B7B7. Windows color (decimal): -1337133 or 13867243. OLE color: 13867243.

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

Color convert

RGB235152211-
CMYK00.350.100.08
HSL317.35º67.48%75.88%-
HSV(B)317.35º35.32%92.16%-
XYZ57.2544.8267.26-
YUV183.54143.5164.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 211 (82.81% from 255) = 35.28%
R=39.30%
G=25.42%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515221100.350.100.08317.3567.4875.88
HexEB98D3023A813d434c
Octal3532303230431210475103114
Binary11101011100110001101001101000111010100010011110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98D3; }

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

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

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

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

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

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

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

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