#EC9BDF

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

Shades of Lavender Rose #EC9BDF

Tints of Lavender Rose #EC9BDF

Color information

#EC9BDF (or 0xEC9BDF) is unknown color: approx Lavender Rose. HEX triplet: EC, 9B and DF. RGB value is (236,155,223). Sum of RGB (Red+Green+Blue) = 236+155+223=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BDF is #136420. Grayscale: #BABABA. Windows color (decimal): -1270817 or 14654444. OLE color: 14654444.

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

Color convert

RGB236155223-
CMYK00.340.060.07
HSL309.63º68.07%76.67%-
HSV(B)309.63º34.32%92.55%-
XYZ59.6346.675.66-
YUV186.97148.34162.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=38.44%
G=25.24%
B=36.32%

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
Decimal23615522300.340.060.07309.6368.0776.67
HexEC9BDF02267136444d
Octal35423333704267466104115
Binary111011001001101111011111010001011011110011011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BDF; }

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

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

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

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

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

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

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

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