#EC95DA

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

Shades of Lavender Rose #EC95DA

Tints of Lavender Rose #EC95DA

Color information

#EC95DA (or 0xEC95DA) is unknown color: approx Lavender Rose. HEX triplet: EC, 95 and DA. RGB value is (236,149,218). Sum of RGB (Red+Green+Blue) = 236+149+218=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95DA is #136A25. Grayscale: #B6B6B6. Windows color (decimal): -1272358 or 14325228. OLE color: 14325228.

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

Color convert

RGB236149218-
CMYK00.370.080.07
HSL312.41º69.6%75.49%-
HSV(B)312.41º36.86%92.55%-
XYZ57.9944.3971.84-
YUV182.88147.82165.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 149 (58.59% from 255) = 24.71%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=39.14%
G=24.71%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614921800.370.080.07312.4169.675.49
HexEC95DA02587138464b
Octal354225332045107470106113
Binary1110110010010101110110100100101100011110011100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC95DA; }

 p { color: rgb(236,149,218); }

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

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

 a { background-color: rgb(236,149,218); }

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

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

 span { border-color: rgb(236,149,218); }

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