#ECABCA

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

Shades of Lavender Pink #ECABCA

Tints of Lavender Pink #ECABCA

Color information

#ECABCA (or 0xECABCA) is unknown color: approx Lavender Pink. HEX triplet: EC, AB and CA. RGB value is (236,171,202). Sum of RGB (Red+Green+Blue) = 236+171+202=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABCA is #135435. Grayscale: #C1C1C1. Windows color (decimal): -1266742 or 13282284. OLE color: 13282284.

HSL color Cylindrical-coordinate representation of color #ECABCA: hue angle of 331.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABCA is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236171202-
CMYK00.280.140.07
HSL331.38º63.11%79.8%-
HSV(B)331.38º27.54%92.55%-
XYZ59.8251.2262.61-
YUV193.97132.53157.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=38.75%
G=28.08%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617120200.280.140.07331.3863.1179.8
HexECABCA01CE714b3f50
Octal35425331203416751377120
Binary11101100101010111100101001110011101111010010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABCA; }

 p { color: rgb(236,171,202); }

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

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

 a { background-color: rgb(236,171,202); }

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

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

 span { border-color: rgb(236,171,202); }

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