#EDA1CF

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

Shades of Lavender Pink #EDA1CF

Tints of Lavender Pink #EDA1CF

Color information

#EDA1CF (or 0xEDA1CF) is unknown color: approx Lavender Pink. HEX triplet: ED, A1 and CF. RGB value is (237,161,207). Sum of RGB (Red+Green+Blue) = 237+161+207=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1CF is #125E30. Grayscale: #BCBCBC. Windows color (decimal): -1203761 or 13607405. OLE color: 13607405.

HSL color Cylindrical-coordinate representation of color #EDA1CF: hue angle of 323.68º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1CF is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237161207-
CMYK00.320.130.07
HSL323.68º67.86%78.04%-
HSV(B)323.68º32.07%92.94%-
XYZ58.934865.19-
YUV188.97138.18162.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 161 (63.28% from 255) = 26.61%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=39.17%
G=26.61%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716120700.320.130.07323.6867.8678.04
HexEDA1CF020D7144444e
Octal355241317040157504104116
Binary1110110110100001110011110100000110111110100010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1CF; }

 p { color: rgb(237,161,207); }

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

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

 a { background-color: rgb(237,161,207); }

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

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

 span { border-color: rgb(237,161,207); }

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