#ED98DF

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

Shades of Lavender Rose #ED98DF

Tints of Lavender Rose #ED98DF

Color information

#ED98DF (or 0xED98DF) is unknown color: approx Lavender Rose. HEX triplet: ED, 98 and DF. RGB value is (237,152,223). Sum of RGB (Red+Green+Blue) = 237+152+223=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98DF is #126720. Grayscale: #B9B9B9. Windows color (decimal): -1206049 or 14653677. OLE color: 14653677.

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

Color convert

RGB237152223-
CMYK00.360.060.07
HSL309.88º70.25%76.27%-
HSV(B)309.88º35.86%92.94%-
XYZ59.4745.7975.52-
YUV185.51149.16164.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=38.73%
G=24.84%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715222300.360.060.07309.8870.2576.27
HexED98DF02467136464c
Octal35523033704467466106114
Binary111011011001100011011111010010011011110011011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98DF; }

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

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

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

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

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

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

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

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