#ED94DA

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

Shades of Lavender Rose #ED94DA

Tints of Lavender Rose #ED94DA

Color information

#ED94DA (or 0xED94DA) is unknown color: approx Lavender Rose. HEX triplet: ED, 94 and DA. RGB value is (237,148,218). Sum of RGB (Red+Green+Blue) = 237+148+218=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED94DA is #126B25. Grayscale: #B6B6B6. Windows color (decimal): -1207078 or 14324973. OLE color: 14324973.

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

Color convert

RGB237148218-
CMYK00.380.080.07
HSL312.81º71.2%75.49%-
HSV(B)312.81º37.55%92.94%-
XYZ58.1744.2571.8-
YUV182.59147.99166.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=39.30%
G=24.54%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714821800.380.080.07312.8171.275.49
HexED94DA02687139474b
Octal355224332046107471107113
Binary1110110110010100110110100100110100011110011100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED94DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED94DA; }

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

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

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

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

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

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

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

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