#EC9DDE

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

Shades of Lavender Rose #EC9DDE

Tints of Lavender Rose #EC9DDE

Color information

#EC9DDE (or 0xEC9DDE) is unknown color: approx Lavender Rose. HEX triplet: EC, 9D and DE. RGB value is (236,157,222). Sum of RGB (Red+Green+Blue) = 236+157+222=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DDE is #136221. Grayscale: #BBBBBB. Windows color (decimal): -1270306 or 14589420. OLE color: 14589420.

HSL color Cylindrical-coordinate representation of color #EC9DDE: hue angle of 310.63º degrees, saturation: 0.68, 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 #EC9DDE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236157222-
CMYK00.330.060.07
HSL310.63º67.52%77.06%-
HSV(B)310.63º33.47%92.55%-
XYZ59.8347.2275.07-
YUV188.03147.17162.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 157 (61.72% from 255) = 25.53%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=38.37%
G=25.53%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615722200.330.060.07310.6367.5277.06
HexEC9DDE02167137444d
Octal35423533604167467104115
Binary111011001001110111011110010000111011110011011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DDE; }

 p { color: rgb(236,157,222); }

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

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

 a { background-color: rgb(236,157,222); }

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

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

 span { border-color: rgb(236,157,222); }

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