#EC93D4

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

Shades of Lavender Rose #EC93D4

Tints of Lavender Rose #EC93D4

Color information

#EC93D4 (or 0xEC93D4) is unknown color: approx Lavender Rose. HEX triplet: EC, 93 and D4. RGB value is (236,147,212). Sum of RGB (Red+Green+Blue) = 236+147+212=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93D4 is #136C2B. Grayscale: #B4B4B4. Windows color (decimal): -1272876 or 13931500. OLE color: 13931500.

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

Color convert

RGB236147212-
CMYK00.380.100.07
HSL316.18º70.08%75.1%-
HSV(B)316.18º37.71%92.55%-
XYZ56.9143.4567.68-
YUV181.02145.49167.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=39.66%
G=24.71%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614721200.380.100.07316.1870.0875.1
HexEC93D4026A713c464b
Octal354223324046127474106113
Binary1110110010010011110101000100110101011110011110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC93D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC93D4; }

 p { color: rgb(236,147,212); }

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

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

 a { background-color: rgb(236,147,212); }

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

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

 span { border-color: rgb(236,147,212); }

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