#EC97DB

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

Shades of Lavender Rose #EC97DB

Tints of Lavender Rose #EC97DB

Color information

#EC97DB (or 0xEC97DB) is unknown color: approx Lavender Rose. HEX triplet: EC, 97 and DB. RGB value is (236,151,219). Sum of RGB (Red+Green+Blue) = 236+151+219=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97DB is #136824. Grayscale: #B7B7B7. Windows color (decimal): -1271845 or 14391276. OLE color: 14391276.

HSL color Cylindrical-coordinate representation of color #EC97DB: hue angle of 312º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC97DB is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236151219-
CMYK00.360.070.07
HSL312º69.11%75.88%-
HSV(B)312º36.02%92.55%-
XYZ58.4445.0872.64-
YUV184.17147.66164.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=38.94%
G=24.92%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615121900.360.070.0731269.1175.88
HexEC97DB02477138454c
Octal35422733304477470105114
Binary111011001001011111011011010010011111110011100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC97DB; }

 p { color: rgb(236,151,219); }

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

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

 a { background-color: rgb(236,151,219); }

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

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

 span { border-color: rgb(236,151,219); }

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