#EC9BDE

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

Shades of Lavender Rose #EC9BDE

Tints of Lavender Rose #EC9BDE

Color information

#EC9BDE (or 0xEC9BDE) is unknown color: approx Lavender Rose. HEX triplet: EC, 9B and DE. RGB value is (236,155,222). Sum of RGB (Red+Green+Blue) = 236+155+222=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BDE is #136421. Grayscale: #BABABA. Windows color (decimal): -1270818 or 14588908. OLE color: 14588908.

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

Color convert

RGB236155222-
CMYK00.340.060.07
HSL310.37º68.07%76.67%-
HSV(B)310.37º34.32%92.55%-
XYZ59.546.5574.96-
YUV186.86147.84163.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 155 (60.94% from 255) = 25.29%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=38.50%
G=25.29%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615522200.340.060.07310.3768.0776.67
HexEC9BDE02267136444d
Octal35423333604267466104115
Binary111011001001101111011110010001011011110011011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BDE; }

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

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

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

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

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

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

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

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