#ED97DA

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

Shades of Lavender Rose #ED97DA

Tints of Lavender Rose #ED97DA

Color information

#ED97DA (or 0xED97DA) is unknown color: approx Lavender Rose. HEX triplet: ED, 97 and DA. RGB value is (237,151,218). Sum of RGB (Red+Green+Blue) = 237+151+218=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97DA is #126825. Grayscale: #B8B8B8. Windows color (decimal): -1206310 or 14325741. OLE color: 14325741.

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

Color convert

RGB237151218-
CMYK00.360.080.07
HSL313.26º70.49%76.08%-
HSV(B)313.26º36.29%92.94%-
XYZ58.6545.271.96-
YUV184.35146.99165.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=39.11%
G=24.92%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715121800.360.080.07313.2670.4976.08
HexED97DA02487139464c
Octal355227332044107471106114
Binary1110110110010111110110100100100100011110011100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97DA; }

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

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

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

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

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

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

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

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