#EDA9CA

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

Shades of Lavender Pink #EDA9CA

Tints of Lavender Pink #EDA9CA

Color information

#EDA9CA (or 0xEDA9CA) is unknown color: approx Lavender Pink. HEX triplet: ED, A9 and CA. RGB value is (237,169,202). Sum of RGB (Red+Green+Blue) = 237+169+202=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CA is #125635. Grayscale: #C1C1C1. Windows color (decimal): -1201718 or 13281773. OLE color: 13281773.

HSL color Cylindrical-coordinate representation of color #EDA9CA: hue angle of 330.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9CA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237169202-
CMYK00.290.150.07
HSL330.88º65.38%79.61%-
HSV(B)330.88º28.69%92.94%-
XYZ59.7750.6462.5-
YUV193.09133.03159.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 169 (66.41% from 255) = 27.80%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=38.98%
G=27.80%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716920200.290.150.07330.8865.3879.61
HexEDA9CA01DF714b4150
Octal355251312035177513101120
Binary111011011010100111001010011101111111110100101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9CA; }

 p { color: rgb(237,169,202); }

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

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

 a { background-color: rgb(237,169,202); }

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

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

 span { border-color: rgb(237,169,202); }

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