#ED95DE

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

Shades of Lavender Rose #ED95DE

Tints of Lavender Rose #ED95DE

Color information

#ED95DE (or 0xED95DE) is unknown color: approx Lavender Rose. HEX triplet: ED, 95 and DE. RGB value is (237,149,222). Sum of RGB (Red+Green+Blue) = 237+149+222=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95DE is #126A21. Grayscale: #B7B7B7. Windows color (decimal): -1206818 or 14587373. OLE color: 14587373.

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

Color convert

RGB237149222-
CMYK00.370.060.07
HSL310.23º70.97%75.69%-
HSV(B)310.23º37.13%92.94%-
XYZ58.8644.7774.65-
YUV183.63149.65166.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=38.98%
G=24.51%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714922200.370.060.07310.2370.9775.69
HexED95DE02567136474c
Octal35522533604567466107114
Binary111011011001010111011110010010111011110011011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED95DE; }

 p { color: rgb(237,149,222); }

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

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

 a { background-color: rgb(237,149,222); }

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

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

 span { border-color: rgb(237,149,222); }

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