#ED98D4

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

Shades of Lavender Rose #ED98D4

Tints of Lavender Rose #ED98D4

Color information

#ED98D4 (or 0xED98D4) is unknown color: approx Lavender Rose. HEX triplet: ED, 98 and D4. RGB value is (237,152,212). Sum of RGB (Red+Green+Blue) = 237+152+212=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98D4 is #12672B. Grayscale: #B8B8B8. Windows color (decimal): -1206060 or 13932781. OLE color: 13932781.

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

Color convert

RGB237152212-
CMYK00.360.110.07
HSL317.65º70.25%76.27%-
HSV(B)317.65º35.86%92.94%-
XYZ58.0445.2167.96-
YUV184.26143.66165.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=39.43%
G=25.29%
B=35.27%

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
Decimal23715221200.360.110.07317.6570.2576.27
HexED98D4024B713e464c
Octal355230324044137476106114
Binary1110110110011000110101000100100101111110011111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98D4; }

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

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

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

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

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

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

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

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