#ED99DA

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

Shades of Lavender Rose #ED99DA

Tints of Lavender Rose #ED99DA

Color information

#ED99DA (or 0xED99DA) is unknown color: approx Lavender Rose. HEX triplet: ED, 99 and DA. RGB value is (237,153,218). Sum of RGB (Red+Green+Blue) = 237+153+218=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99DA is #126625. Grayscale: #B9B9B9. Windows color (decimal): -1205798 or 14326253. OLE color: 14326253.

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

Color convert

RGB237153218-
CMYK00.350.080.07
HSL313.57º70%76.47%-
HSV(B)313.57º35.44%92.94%-
XYZ58.9745.8572.07-
YUV185.53146.33164.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 153 (60.16% from 255) = 25.16%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=38.98%
G=25.16%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715321800.350.080.07313.577076.47
HexED99DA0238713a464c
Octal355231332043107472106114
Binary1110110110011001110110100100011100011110011101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED99DA; }

 p { color: rgb(237,153,218); }

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

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

 a { background-color: rgb(237,153,218); }

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

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

 span { border-color: rgb(237,153,218); }

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