#EC94DE

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

Shades of Lavender Rose #EC94DE

Tints of Lavender Rose #EC94DE

Color information

#EC94DE (or 0xEC94DE) is unknown color: approx Lavender Rose. HEX triplet: EC, 94 and DE. RGB value is (236,148,222). Sum of RGB (Red+Green+Blue) = 236+148+222=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94DE is #136B21. Grayscale: #B6B6B6. Windows color (decimal): -1272610 or 14587116. OLE color: 14587116.

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

Color convert

RGB236148222-
CMYK00.370.060.07
HSL309.55º69.84%75.29%-
HSV(B)309.55º37.29%92.55%-
XYZ58.3744.2974.58-
YUV182.75150.15165.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 148 (58.20% from 255) = 24.42%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=38.94%
G=24.42%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614822200.370.060.07309.5569.8475.29
HexEC94DE02567136464b
Octal35422433604567466106113
Binary111011001001010011011110010010111011110011011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94DE; }

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

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

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

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

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

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

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

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