Html Css Color HEX #ECB0EA French Lilac

📋 copy color: '#ECB0EA'

red 236 ◦ green 176 ◦ blue 234

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

Shades of French Lilac #ECB0EA

Tints of French Lilac #ECB0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.24%

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 36.53%
G = 27.24%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECB0EA (or 0xECB0EA) is known color: French Lilac. HEX triplet: EC, B0 and EA. RGB value is (236,176,234). Sum of RGB (Red+Green+Blue) = 236+176+234=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0EA is #134F15. Grayscale: #C8C8C8. Windows color (decimal): -1265430 or 15380716. OLE color: 15380716.

HSL color Cylindrical-coordinate representation of color #ECB0EA: hue angle of 302º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0EA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 234 -
CMYK 0 0.25 0.01 0.07
HSL 302º 0.61% 0.81% -
HSV(B) 302º 0.25% 0.93% -
XYZ 64.97 54.82 85 -
YUV 200.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 236 176 234 0 0.25 0.01 0.07 302 0.61 0.81
Hex EC B0 EA 0 19 1 7 12E 3D 51
Octal 354 260 352 0 31 1 7 456 75 121
Binary 11101100 10110000 11101010 0 11001 1 111 100101110 111101 1010001

Color Harmonies of #ECB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0EA

Black with #ECB0EA

Text Example


Text Example

White with #ECB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0EA; }

 p { color: rgb(236,176,234); }

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

background-color css

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

 a { background-color: rgb(236,176,234); }

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

border-color css

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

 span { border-color: rgb(236,176,234); }

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