Html Css Color HEX #ECB5E1 French Lilac

📋 copy color: '#ECB5E1'

red 236 ◦ green 181 ◦ blue 225

#ECB5E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #ECB5E1

Tints of French Lilac #ECB5E1

RGB

 RED value IS 236 (92.58% from 255) = 36.76%

 GREEN value IS 181 (71.09% from 255) = 28.19%

 BLUE value IS 225 (88.28% from 255) = 35.05%

R = 36.76%
G = 28.19%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECB5E1 (or 0xECB5E1) is known color: French Lilac. HEX triplet: EC, B5 and E1. RGB value is (236,181,225). Sum of RGB (Red+Green+Blue) = 236+181+225=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5E1 is #134A1E. Grayscale: #CACACA. Windows color (decimal): -1264159 or 14792172. OLE color: 14792172.

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

Color convert

RGB 236 181 225 -
CMYK 0 0.23 0.05 0.07
HSL 312º 0.59% 0.82% -
HSV(B) 312º 0.23% 0.93% -
XYZ 64.71 56.32 78.69 -
YUV 202.46 140.72 151.92 -
System Red Green Blue C M Y K H S L
Decimal 236 181 225 0 0.23 0.05 0.07 312 0.59 0.82
Hex EC B5 E1 0 17 5 7 138 3B 52
Octal 354 265 341 0 27 5 7 470 73 122
Binary 11101100 10110101 11100001 0 10111 101 111 100111000 111011 1010010

Color Harmonies of #ECB5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB5E1

Black with #ECB5E1

Text Example


Text Example

White with #ECB5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB5E1; }

 p { color: rgb(236,181,225); }

 H1.HeaderClassName
 {
   color: #ECB5E1;
 }
 .AnyTagClassName
 {
   color: #ECB5E1;
 }
</style>

background-color css

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

 a { background-color: rgb(236,181,225); }

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

border-color css

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

 span { border-color: rgb(236,181,225); }

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