#ED98DD

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

Shades of Lavender Rose #ED98DD

Tints of Lavender Rose #ED98DD

Color information

#ED98DD (or 0xED98DD) is unknown color: approx Lavender Rose. HEX triplet: ED, 98 and DD. RGB value is (237,152,221). Sum of RGB (Red+Green+Blue) = 237+152+221=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98DD is #126722. Grayscale: #B9B9B9. Windows color (decimal): -1206051 or 14522605. OLE color: 14522605.

HSL color Cylindrical-coordinate representation of color #ED98DD: hue angle of 311.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98DD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237152221-
CMYK00.360.070.07
HSL311.29º70.25%76.27%-
HSV(B)311.29º35.86%92.94%-
XYZ59.245.6874.1-
YUV185.28148.16164.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=38.85%
G=24.92%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715222100.360.070.07311.2970.2576.27
HexED98DD02477137464c
Octal35523033504477467106114
Binary111011011001100011011101010010011111110011011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98DD; }

 p { color: rgb(237,152,221); }

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

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

 a { background-color: rgb(237,152,221); }

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

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

 span { border-color: rgb(237,152,221); }

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