#ED98D3

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

Shades of Lavender Rose #ED98D3

Tints of Lavender Rose #ED98D3

Color information

#ED98D3 (or 0xED98D3) is unknown color: approx Lavender Rose. HEX triplet: ED, 98 and D3. RGB value is (237,152,211). Sum of RGB (Red+Green+Blue) = 237+152+211=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98D3 is #12672C. Grayscale: #B7B7B7. Windows color (decimal): -1206061 or 13867245. OLE color: 13867245.

HSL color Cylindrical-coordinate representation of color #ED98D3: hue angle of 318.35º 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 #ED98D3 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237152211-
CMYK00.360.110.07
HSL318.35º70.25%76.27%-
HSV(B)318.35º35.86%92.94%-
XYZ57.9145.1667.29-
YUV184.14143.16165.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 152 (59.77% from 255) = 25.33%
BLUE value IS 211 (82.81% from 255) = 35.17%
R=39.5%
G=25.33%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715221100.360.110.07318.3570.2576.27
HexED98D3024B713e464c
Octal355230323044137476106114
Binary1110110110011000110100110100100101111110011111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98D3; }

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

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

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

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

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

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

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

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