#EC9EDD

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

Shades of Lavender Rose #EC9EDD

Tints of Lavender Rose #EC9EDD

Color information

#EC9EDD (or 0xEC9EDD) is unknown color: approx Lavender Rose. HEX triplet: EC, 9E and DD. RGB value is (236,158,221). Sum of RGB (Red+Green+Blue) = 236+158+221=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EDD is #136122. Grayscale: #BCBCBC. Windows color (decimal): -1270051 or 14524140. OLE color: 14524140.

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

Color convert

RGB236158221-
CMYK00.330.060.07
HSL311.54º67.24%77.25%-
HSV(B)311.54º33.05%92.55%-
XYZ59.8747.5174.42-
YUV188.5146.34161.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=38.37%
G=25.69%
B=35.93%

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
Decimal23615822100.330.060.07311.5467.2477.25
HexEC9EDD02167138434d
Octal35423633504167470103115
Binary111011001001111011011101010000111011110011100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9EDD; }

 p { color: rgb(236,158,221); }

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

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

 a { background-color: rgb(236,158,221); }

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

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

 span { border-color: rgb(236,158,221); }

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