#EC9FDA

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

Shades of Lavender Rose #EC9FDA

Tints of Lavender Rose #EC9FDA

Color information

#EC9FDA (or 0xEC9FDA) is unknown color: approx Lavender Rose. HEX triplet: EC, 9F and DA. RGB value is (236,159,218). Sum of RGB (Red+Green+Blue) = 236+159+218=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FDA is #136025. Grayscale: #BCBCBC. Windows color (decimal): -1269798 or 14327788. OLE color: 14327788.

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

Color convert

RGB236159218-
CMYK00.330.080.07
HSL314.03º66.96%77.45%-
HSV(B)314.03º32.63%92.55%-
XYZ59.6547.6972.39-
YUV188.75144.51161.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=38.50%
G=25.94%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615921800.330.080.07314.0366.9677.45
HexEC9FDA0218713a434d
Octal354237332041107472103115
Binary1110110010011111110110100100001100011110011101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FDA; }

 p { color: rgb(236,159,218); }

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

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

 a { background-color: rgb(236,159,218); }

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

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

 span { border-color: rgb(236,159,218); }

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