#EC9BD8

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

Shades of Lavender Rose #EC9BD8

Tints of Lavender Rose #EC9BD8

Color information

#EC9BD8 (or 0xEC9BD8) is unknown color: approx Lavender Rose. HEX triplet: EC, 9B and D8. RGB value is (236,155,216). Sum of RGB (Red+Green+Blue) = 236+155+216=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BD8 is #136427. Grayscale: #BABABA. Windows color (decimal): -1270824 or 14195692. OLE color: 14195692.

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

Color convert

RGB236155216-
CMYK00.340.080.07
HSL314.81º68.07%76.67%-
HSV(B)314.81º34.32%92.55%-
XYZ58.7146.2370.8-
YUV186.17144.84163.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=38.88%
G=25.54%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615521600.340.080.07314.8168.0776.67
HexEC9BD80228713b444d
Octal354233330042107473104115
Binary1110110010011011110110000100010100011110011101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9BD8; }

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

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

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

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

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

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

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

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